Shades of Aero Blue #C8F4DD
Tints of Aero Blue #C8F4DD
RGB
CMYK
RGB Variations
Color information
#C8F4DD (or 0xC8F4DD) is known color: Aero Blue. HEX triplet: C8, F4 and DD. RGB value is (200,244,221). Sum of RGB (Red+Green+Blue) = 200+244+221=665 (88% of max value = 765). Red value is 200 (78.52% from 255 or 30.08% from 665); Green value is 244 (95.70% from 255 or 36.69% from 665); Blue value is 221 (86.72% from 255 or 33.23% from 665); Max value from RGB is 244 - color contains mainly: green. Hex color #C8F4DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8F4DD is #370B22. Grayscale: #E4E4E4. Windows color (decimal): -3607331 or 14546120. OLE color: 14546120.
HSL color Cylindrical-coordinate representation of color #C8F4DD: hue angle of 148.64º degrees, saturation: 0.67, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C8F4DD is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
RGB | 200 | 244 | 221 | - |
CMYK | 0.18 | 0 | 0.09 | 0.04 |
HSL | 148.64º | 0.67% | 0.87% | - |
HSV(B) | 148.64º | 0.18% | 0.96% | - |
XYZ | 69.22 | 82.2 | 80.62 | - |
YUV | 228.22 | 123.92 | 107.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 244 | 221 | 0.18 | 0 | 0.09 | 0.04 | 148.64 | 0.67 | 0.87 |
Hex | C8 | F4 | DD | 12 | 0 | 9 | 4 | 95 | 43 | 57 |
Octal | 310 | 364 | 335 | 22 | 0 | 11 | 4 | 225 | 103 | 127 |
Binary | 11001000 | 11110100 | 11011101 | 10010 | 0 | 1001 | 100 | 10010101 | 1000011 | 1010111 |
Color Harmonies of #C8F4DD
Complementary color
Monochromatic Colors of #C8F4DD
Black with #C8F4DD
Text Example
Text Example
White with #C8F4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F4DD; }
p { color: rgb(200,244,221); }
H1.HeaderClassName
{
color: #C8F4DD;
}
.AnyTagClassName
{
color: #C8F4DD;
}
</style>
background-color css
<style>
a { background-color: #C8F4DD; }
a { background-color: rgb(200,244,221); }
div.DivClassName
{
background-color: #C8F4DD;
}
.BgClassName
{
background-color: #C8F4DD;
}
</style>
border-color css
<style>
span { border-color: #C8F4DD; }
span { border-color: rgb(200,244,221); }
td.TdClassName
{
border-color: #C8F4DD;
}
.TagClassName
{
border-color: #C8F4DD;
}
</style>