What is hex #A1CAF1 color?

 
The hex code #A1CAF1 is also know by an other name that is Baby Blue Eyes.
This color is composed of 161% red, 202% green and 241% blue. So we can say that the RGB value is (161,202,241)
You need to use it for a printer? The CMYK colors code equivalent of hex #A1CAF1 is C:33 M:16 Y:0, K:5) .
In the HSV/HSB scale, #A1CAF1 has a hue of 209°, 33% saturation and a brightness value of 95%.
If you want to know all about the hex #A1CAF1, 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 #A1CAF1 (complementary, analogous, triadic, tetradic...).

Hex #A1CAF1 Color Codes & Equivalents

Color Name [Baby Blue Eyes]
RGB Values (161,202,241)
CMYK Values (33%, 16%, 0%, 5%)
HSV/HSB Values (209°, 33%, 95%)
Closest Web Safe
#99CCFF
Inverse Color
#5e350e
Closest Pantone®
291 C
Closest RAL
RAL 7047 [Telegrey 4]
Complementary Color
#f1c8a1

#A1CAF1 Converted to Grayscale Codes

Average
#c9c9c9
Lightness (Desaturation)
#c9c9c9
Weighted (BT601)
#c2c2c2
Luma (BT709)
#c4c4c4

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

Complementary Palette

The complementary color of #A1CAF1 is #f1c8a1. 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 #A1CAF1 you will find #f1c8a1. 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.

#A1CAF1 #f1c8a1

Analogous Palette

The analogous color scheme of #A1CAF1 is composed with colors #A1F1F0 and #A1A2F1. 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 #A1CAF1 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.

#A1F1F0 #A1CAF1 #A1A2F1

Split-Complementary Palette

The split-complementary color scheme of #A1CAF1 is composed with colors #F1F0A1 and #F1A1A2. 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.

#A1CAF1 #F1F0A1 #F1A1A2

Triadic Palette

The triadic color scheme of #A1CAF1 is composed with colors #CAF1A1 and #F1A1CA. They are located to the right and left of your main color #A1CAF1 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.

#A1CAF1 #CAF1A1 #F1A1CA

Tetradic Palette

The tetradic color scheme of #A1CAF1 is composed with colors #F1A1CA, #F1C8A1 and #A1F1C8 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.

#A1CAF1 #F1A1CA #F1C8A1 #A1F1C8

Square Palette

The square color scheme of #A1CAF1 is composed with colors #F0A1F1, #F1C8A1 and #A2F1A1 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.

#A1CAF1 #F0A1F1 #F1C8A1 #A2F1A1

Tints, Tones & Shades of Hex #A1CAF1

Tints

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

#A1CAF1 #B2D4F3 #C4DEF6 #D6E8F8 #E8F2FB #F9FCFE #FFFFFF #FFFFFF

Tones

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

#A1CAF1 #A6C9EB #ABC9E6 #B0C9E1 #B6C9DB #BBC9D6 #C0C9D1 #C6C9CB

Shades

Shades result from adding black, creating darker variations.

#A1CAF1 #8FBFEE #7DB5EB #6BABE9 #59A1E6 #4897E3 #368DE1 #2483DE

Hex #A1CAF1 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 #A1CAF1
Java new Color(161,202,241);
Python Color(#A1CAF1)
.NET Color.FromArgb(255, 161,202,241);
Swift / iOS UIColor(red: 0.63, green: 0.79, blue: 0.95, alpha: 1)
Kotlin / Android Color.rgb(161, 202, 241)