Shades of Aero Blue #C8F2DA
Tints of Aero Blue #C8F2DA
RGB
CMYK
RGB Variations
Color information
#C8F2DA (or 0xC8F2DA) is known color: Aero Blue. HEX triplet: C8, F2 and DA. RGB value is (200,242,218). Sum of RGB (Red+Green+Blue) = 200+242+218=660 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.30% from 660); Green value is 242 (94.92% from 255 or 36.67% from 660); Blue value is 218 (85.55% from 255 or 33.03% from 660); Max value from RGB is 242 - color contains mainly: green. Hex color #C8F2DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8F2DA is #370D25. Grayscale: #E2E2E2. Windows color (decimal): -3607846 or 14349000. OLE color: 14349000.
HSL color Cylindrical-coordinate representation of color #C8F2DA: hue angle of 145.71º degrees, saturation: 0.62, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C8F2DA is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
RGB | 200 | 242 | 218 | - |
CMYK | 0.17 | 0 | 0.10 | 0.05 |
HSL | 145.71º | 0.62% | 0.87% | - |
HSV(B) | 145.71º | 0.17% | 0.95% | - |
XYZ | 68.23 | 80.85 | 78.34 | - |
YUV | 226.71 | 123.09 | 108.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 242 | 218 | 0.17 | 0 | 0.10 | 0.05 | 145.71 | 0.62 | 0.87 |
Hex | C8 | F2 | DA | 11 | 0 | A | 5 | 92 | 3E | 57 |
Octal | 310 | 362 | 332 | 21 | 0 | 12 | 5 | 222 | 76 | 127 |
Binary | 11001000 | 11110010 | 11011010 | 10001 | 0 | 1010 | 101 | 10010010 | 111110 | 1010111 |
Color Harmonies of #C8F2DA
Complementary color
Monochromatic Colors of #C8F2DA
Black with #C8F2DA
Text Example
Text Example
White with #C8F2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F2DA; }
p { color: rgb(200,242,218); }
H1.HeaderClassName
{
color: #C8F2DA;
}
.AnyTagClassName
{
color: #C8F2DA;
}
</style>
background-color css
<style>
a { background-color: #C8F2DA; }
a { background-color: rgb(200,242,218); }
div.DivClassName
{
background-color: #C8F2DA;
}
.BgClassName
{
background-color: #C8F2DA;
}
</style>
border-color css
<style>
span { border-color: #C8F2DA; }
span { border-color: rgb(200,242,218); }
td.TdClassName
{
border-color: #C8F2DA;
}
.TagClassName
{
border-color: #C8F2DA;
}
</style>