Shades of Aero Blue #C8FEDD
Tints of Aero Blue #C8FEDD
RGB
CMYK
RGB Variations
Color information
#C8FEDD (or 0xC8FEDD) is known color: Aero Blue. HEX triplet: C8, FE and DD. RGB value is (200,254,221). Sum of RGB (Red+Green+Blue) = 200+254+221=675 (89% of max value = 765). Red value is 200 (78.52% from 255 or 29.63% from 675); Green value is 254 (99.61% from 255 or 37.63% from 675); Blue value is 221 (86.72% from 255 or 32.74% from 675); Max value from RGB is 254 - color contains mainly: green. Hex color #C8FEDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FEDD is #370122. Grayscale: #EAEAEA. Windows color (decimal): -3604771 or 14548680. OLE color: 14548680.
HSL color Cylindrical-coordinate representation of color #C8FEDD: hue angle of 143.33º 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 #C8FEDD is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 254 | 221 | - |
| CMYK | 0.21 | 0 | 0.13 | 0.00 |
| HSL | 143.33º | 0.96% | 0.89% | - |
| HSV(B) | 143.33º | 0.21% | 1% | - |
| XYZ | 72.31 | 88.38 | 81.66 | - |
| YUV | 234.09 | 120.61 | 103.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 254 | 221 | 0.21 | 0 | 0.13 | 0.00 | 143.33 | 0.96 | 0.89 |
| Hex | C8 | FE | DD | 15 | 0 | D | 0 | 8F | 60 | 59 |
| Octal | 310 | 376 | 335 | 25 | 0 | 15 | 0 | 217 | 140 | 131 |
| Binary | 11001000 | 11111110 | 11011101 | 10101 | 0 | 1101 | 0 | 10001111 | 1100000 | 1011001 |
Color Harmonies of #C8FEDD
Complementary color
Monochromatic Colors of #C8FEDD
Black with #C8FEDD
Text Example
Text Example
White with #C8FEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FEDD; }
p { color: rgb(200,254,221); }
H1.HeaderClassName
{
color: #C8FEDD;
}
.AnyTagClassName
{
color: #C8FEDD;
}
</style>
background-color css
<style>
a { background-color: #C8FEDD; }
a { background-color: rgb(200,254,221); }
div.DivClassName
{
background-color: #C8FEDD;
}
.BgClassName
{
background-color: #C8FEDD;
}
</style>
border-color css
<style>
span { border-color: #C8FEDD; }
span { border-color: rgb(200,254,221); }
td.TdClassName
{
border-color: #C8FEDD;
}
.TagClassName
{
border-color: #C8FEDD;
}
</style>