What is hex #A6E7FF color?

 
The hex code #A6E7FF is also know by an other name that is Fresh Air.
This color is composed of 166% red, 231% green and 255% blue. So we can say that the RGB value is (166,231,255)
You need to use it for a printer? The CMYK colors code equivalent of hex #A6E7FF is C:35 M:9 Y:0, K:0) .
In the HSV/HSB scale, #A6E7FF has a hue of 196°, 35% saturation and a brightness value of 100%.
If you want to know all about the hex #A6E7FF, you can find below others details like Web safe equivalent, closest Pantone color, closest RAL color but also others informations like grayscale equivalent according to some algorithms.
You can also find all about color palettes of hex #A6E7FF (complementary, analogous, triadic, tetradic...).

Hex #A6E7FF Color Codes & Equivalents

Color Name [Fresh Air]
RGB Values (166,231,255)
CMYK Values (35%, 9%, 0%, 0%)
HSV/HSB Values (196°, 35%, 100%)
Closest Web Safe
#99FFFF
Inverse Color
#591800
Closest Pantone®
635 C
Closest RAL
RAL 9003 [Signal white]
Complementary Color
#ffbea6

#A6E7FF Converted to Grayscale Codes

Average
#d9d9d9
Lightness (Desaturation)
#d3d3d3
Weighted (BT601)
#d6d6d6
Luma (BT709)
#dbdbdb

Hex #A6E7FF Color Palettes – Complementary, Analogous, Triadic...

Complementary Palette

The complementary color of #A6E7FF is #ffbea6. To get this value, we need to use the RGB metrics, and take this opposite color at the end of the color wheel, so for #A6E7FF you will find #ffbea6. When placed next to each other, they create the strongest contrast for those two colors. Complementary colors may also be called "opposite colors". So if you need to grab attention, you should use it.

#A6E7FF #ffbea6

Analogous Palette

The analogous color scheme of #A6E7FF is composed with colors #A6FFEA and #A6BAFF. Colors are called analogous colors when they are very similar to each other. They are located to the right and left of your main color #A6E7FF with a 30° separation on the RGB color wheel. An analogous color palette is best used with either warm or cool colors, creating a look that has a certain temperature as well as proper color harmony.

#A6FFEA #A6E7FF #A6BAFF

Split-Complementary Palette

The split-complementary color scheme of #A6E7FF is composed with colors #FFEAA6 and #FFA6BA. A split-complementary color palette is like an analogous palette but you will take the complementary color as base instead of your main color. This choice, however, also makes the split complementary color combinations less vibrant and eye-catching, but it's also a good choice for beginners as you can hardly go wrong.

#A6E7FF #FFEAA6 #FFA6BA

Triadic Palette

The triadic color scheme of #A6E7FF is composed with colors #E7FFA6 and #FFA6E7. They are located to the right and left of your main color #A6E7FF with a 120° separation on the RGB color wheel. With it you have the maximum variation in hue and offering by the same occasion the best possible contrast when taken together.

#A6E7FF #E7FFA6 #FFA6E7

Tetradic Palette

The tetradic color scheme of #A6E7FF is composed with colors #FFA6E7, #FFBEA6 and #A6FFBE A tetradic color scheme, an outstanding variant of the twin color scheme, with an equal distance between all colors. All four colors are divided evenly around the color wheel. Like this there being no clear dominance of one color overs others. Colorful palettes create a sense of diversity, optimism and openness which are positive for a consumer brand. You can find the tetradic color scheme on big tech company logo like Google, Slack, Zoho, Microsoft, eBay for example. Fort a better result, you can also adjust saturation and brightness.

#A6E7FF #FFA6E7 #FFBEA6 #A6FFBE

Square Palette

The square color scheme of #A6E7FF is composed with colors #EAA6FF, #FFBEA6 and #BAFFA6 To get this color, it's pretty the same method that analogous or triadic, but instead, you will take an angle of 90° on the RGB Wheel between each colors. The square palette looks a lot like the Tetradic palette but it is less dark which is nicer in my opinion.

#A6E7FF #EAA6FF #FFBEA6 #BAFFA6

Tints, Tones & Shades of Hex #A6E7FF

Tints

Tints are created by adding white, resulting in lighter shades of #A6E7FF.

#A6E7FF #BAECFF #CEF2FF #E3F7FF #F7FDFF #FFFFFF #FFFFFF #FFFFFF

Tones

Tones are made by mixing with gray, softening the original color.

#A6E7FF #AAE4FA #AEE2F6 #B3E0F1 #B7DEED #BBDCE9 #C0DAE4 #C4D8E0

Shades

Shades result from adding black, creating darker variations.

#A6E7FF #91E1FF #7DDBFF #68D6FF #54D0FF #40CBFF #2BC5FF #17C0FF

Hex #A6E7FF in programming languages

If you are a developer, you will find below the color codes to use according to your programming language (HTML, JAVA, Pyhton, .NET), enjoy!

HTML, CSS #A6E7FF
Java new Color(166,231,255);
Python Color(#A6E7FF)
.NET Color.FromArgb(255, 166,231,255);
Swift / iOS UIColor(red: 0.65, green: 0.91, blue: 1, alpha: 1)
Kotlin / Android Color.rgb(166, 231, 255)