Shades of Aero Blue #C9DFD4
Tints of Aero Blue #C9DFD4
RGB
CMYK
RGB Variations
Color information
#C9DFD4 (or 0xC9DFD4) is known color: Aero Blue. HEX triplet: C9, DF and D4. RGB value is (201,223,212). Sum of RGB (Red+Green+Blue) = 201+223+212=636 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.60% from 636); Green value is 223 (87.5% from 255 or 35.06% from 636); Blue value is 212 (83.20% from 255 or 33.33% from 636); Max value from RGB is 223 - color contains mainly: green. Hex color #C9DFD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DFD4 is #36202B. Grayscale: #D7D7D7. Windows color (decimal): -3547180 or 13950921. OLE color: 13950921.
HSL color Cylindrical-coordinate representation of color #C9DFD4: hue angle of 150º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C9DFD4 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 201 | 223 | 212 | - |
CMYK | 0.10 | 0 | 0.05 | 0.13 |
HSL | 150º | 0.26% | 0.83% | - |
HSV(B) | 150º | 0.1% | 0.87% | - |
XYZ | 62.36 | 69.95 | 72.5 | - |
YUV | 215.17 | 126.21 | 117.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 223 | 212 | 0.10 | 0 | 0.05 | 0.13 | 150 | 0.26 | 0.83 |
Hex | C9 | DF | D4 | A | 0 | 5 | D | 96 | 1A | 53 |
Octal | 311 | 337 | 324 | 12 | 0 | 5 | 15 | 226 | 32 | 123 |
Binary | 11001001 | 11011111 | 11010100 | 1010 | 0 | 101 | 1101 | 10010110 | 11010 | 1010011 |
Color Harmonies of #C9DFD4
Complementary color
Monochromatic Colors of #C9DFD4
Black with #C9DFD4
Text Example
Text Example
White with #C9DFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DFD4; }
p { color: rgb(201,223,212); }
H1.HeaderClassName
{
color: #C9DFD4;
}
.AnyTagClassName
{
color: #C9DFD4;
}
</style>
background-color css
<style>
a { background-color: #C9DFD4; }
a { background-color: rgb(201,223,212); }
div.DivClassName
{
background-color: #C9DFD4;
}
.BgClassName
{
background-color: #C9DFD4;
}
</style>
border-color css
<style>
span { border-color: #C9DFD4; }
span { border-color: rgb(201,223,212); }
td.TdClassName
{
border-color: #C9DFD4;
}
.TagClassName
{
border-color: #C9DFD4;
}
</style>