Shades of Aero Blue #C8FEDC
Tints of Aero Blue #C8FEDC
RGB
CMYK
RGB Variations
Color information
#C8FEDC (or 0xC8FEDC) is known color: Aero Blue. HEX triplet: C8, FE and DC. RGB value is (200,254,220). Sum of RGB (Red+Green+Blue) = 200+254+220=674 (89% of max value = 765). Red value is 200 (78.52% from 255 or 29.67% from 674); Green value is 254 (99.61% from 255 or 37.69% from 674); Blue value is 220 (86.33% from 255 or 32.64% from 674); Max value from RGB is 254 - color contains mainly: green. Hex color #C8FEDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FEDC is #370123. Grayscale: #EAEAEA. Windows color (decimal): -3604772 or 14483144. OLE color: 14483144.
HSL color Cylindrical-coordinate representation of color #C8FEDC: hue angle of 142.22º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8FEDC is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
RGB | 200 | 254 | 220 | - |
CMYK | 0.21 | 0 | 0.13 | 0.00 |
HSL | 142.22º | 0.96% | 0.89% | - |
HSV(B) | 142.22º | 0.21% | 1% | - |
XYZ | 72.18 | 88.33 | 80.96 | - |
YUV | 233.98 | 120.11 | 103.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 254 | 220 | 0.21 | 0 | 0.13 | 0.00 | 142.22 | 0.96 | 0.89 |
Hex | C8 | FE | DC | 15 | 0 | D | 0 | 8E | 60 | 59 |
Octal | 310 | 376 | 334 | 25 | 0 | 15 | 0 | 216 | 140 | 131 |
Binary | 11001000 | 11111110 | 11011100 | 10101 | 0 | 1101 | 0 | 10001110 | 1100000 | 1011001 |
Color Harmonies of #C8FEDC
Complementary color
Monochromatic Colors of #C8FEDC
Black with #C8FEDC
Text Example
Text Example
White with #C8FEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FEDC; }
p { color: rgb(200,254,220); }
H1.HeaderClassName
{
color: #C8FEDC;
}
.AnyTagClassName
{
color: #C8FEDC;
}
</style>
background-color css
<style>
a { background-color: #C8FEDC; }
a { background-color: rgb(200,254,220); }
div.DivClassName
{
background-color: #C8FEDC;
}
.BgClassName
{
background-color: #C8FEDC;
}
</style>
border-color css
<style>
span { border-color: #C8FEDC; }
span { border-color: rgb(200,254,220); }
td.TdClassName
{
border-color: #C8FEDC;
}
.TagClassName
{
border-color: #C8FEDC;
}
</style>