Shades of Aero Blue #C8FDDD
Tints of Aero Blue #C8FDDD
RGB
CMYK
RGB Variations
Color information
#C8FDDD (or 0xC8FDDD) is known color: Aero Blue. HEX triplet: C8, FD and DD. RGB value is (200,253,221). Sum of RGB (Red+Green+Blue) = 200+253+221=674 (89% of max value = 765). Red value is 200 (78.52% from 255 or 29.67% from 674); Green value is 253 (99.22% from 255 or 37.54% from 674); Blue value is 221 (86.72% from 255 or 32.79% from 674); Max value from RGB is 253 - color contains mainly: green. Hex color #C8FDDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FDDD is #370222. Grayscale: #E9E9E9. Windows color (decimal): -3605027 or 14548424. OLE color: 14548424.
HSL color Cylindrical-coordinate representation of color #C8FDDD: hue angle of 143.77º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8FDDD is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 200 | 253 | 221 | - |
CMYK | 0.21 | 0 | 0.13 | 0.01 |
HSL | 143.77º | 0.93% | 0.89% | - |
HSV(B) | 143.77º | 0.21% | 0.99% | - |
XYZ | 72 | 87.75 | 81.55 | - |
YUV | 233.51 | 120.94 | 104.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 253 | 221 | 0.21 | 0 | 0.13 | 0.01 | 143.77 | 0.93 | 0.89 |
Hex | C8 | FD | DD | 15 | 0 | D | 1 | 90 | 5D | 59 |
Octal | 310 | 375 | 335 | 25 | 0 | 15 | 1 | 220 | 135 | 131 |
Binary | 11001000 | 11111101 | 11011101 | 10101 | 0 | 1101 | 1 | 10010000 | 1011101 | 1011001 |
Color Harmonies of #C8FDDD
Complementary color
Monochromatic Colors of #C8FDDD
Black with #C8FDDD
Text Example
Text Example
White with #C8FDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FDDD; }
p { color: rgb(200,253,221); }
H1.HeaderClassName
{
color: #C8FDDD;
}
.AnyTagClassName
{
color: #C8FDDD;
}
</style>
background-color css
<style>
a { background-color: #C8FDDD; }
a { background-color: rgb(200,253,221); }
div.DivClassName
{
background-color: #C8FDDD;
}
.BgClassName
{
background-color: #C8FDDD;
}
</style>
border-color css
<style>
span { border-color: #C8FDDD; }
span { border-color: rgb(200,253,221); }
td.TdClassName
{
border-color: #C8FDDD;
}
.TagClassName
{
border-color: #C8FDDD;
}
</style>