Shades of Aero Blue #C1DACF
Tints of Aero Blue #C1DACF
RGB
CMYK
RGB Variations
Color information
#C1DACF (or 0xC1DACF) is known color: Aero Blue. HEX triplet: C1, DA and CF. RGB value is (193,218,207). Sum of RGB (Red+Green+Blue) = 193+218+207=618 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.23% from 618); Green value is 218 (85.55% from 255 or 35.28% from 618); Blue value is 207 (81.25% from 255 or 33.50% from 618); Max value from RGB is 218 - color contains mainly: green. Hex color #C1DACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DACF is #3E2530. Grayscale: #D1D1D1. Windows color (decimal): -4072753 or 13621953. OLE color: 13621953.
HSL color Cylindrical-coordinate representation of color #C1DACF: hue angle of 153.6º degrees, saturation: 0.25, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C1DACF is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 218 | 207 | - |
| CMYK | 0.11 | 0 | 0.05 | 0.15 |
| HSL | 153.6º | 0.25% | 0.81% | - |
| HSV(B) | 153.6º | 0.11% | 0.85% | - |
| XYZ | 58.33 | 65.99 | 68.69 | - |
| YUV | 209.27 | 126.72 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 218 | 207 | 0.11 | 0 | 0.05 | 0.15 | 153.6 | 0.25 | 0.81 |
| Hex | C1 | DA | CF | B | 0 | 5 | F | 9A | 19 | 51 |
| Octal | 301 | 332 | 317 | 13 | 0 | 5 | 17 | 232 | 31 | 121 |
| Binary | 11000001 | 11011010 | 11001111 | 1011 | 0 | 101 | 1111 | 10011010 | 11001 | 1010001 |
Color Harmonies of #C1DACF
Complementary color
Monochromatic Colors of #C1DACF
Black with #C1DACF
Text Example
Text Example
White with #C1DACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DACF; }
p { color: rgb(193,218,207); }
H1.HeaderClassName
{
color: #C1DACF;
}
.AnyTagClassName
{
color: #C1DACF;
}
</style>
background-color css
<style>
a { background-color: #C1DACF; }
a { background-color: rgb(193,218,207); }
div.DivClassName
{
background-color: #C1DACF;
}
.BgClassName
{
background-color: #C1DACF;
}
</style>
border-color css
<style>
span { border-color: #C1DACF; }
span { border-color: rgb(193,218,207); }
td.TdClassName
{
border-color: #C1DACF;
}
.TagClassName
{
border-color: #C1DACF;
}
</style>