Shades of Aero Blue #C4FBDD
Tints of Aero Blue #C4FBDD
RGB
CMYK
RGB Variations
Color information
#C4FBDD (or 0xC4FBDD) is known color: Aero Blue. HEX triplet: C4, FB and DD. RGB value is (196,251,221). Sum of RGB (Red+Green+Blue) = 196+251+221=668 (88% of max value = 765). Red value is 196 (76.95% from 255 or 29.34% from 668); Green value is 251 (98.44% from 255 or 37.57% from 668); Blue value is 221 (86.72% from 255 or 33.08% from 668); Max value from RGB is 251 - color contains mainly: green. Hex color #C4FBDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4FBDD is #3B0422. Grayscale: #E7E7E7. Windows color (decimal): -3867683 or 14547908. OLE color: 14547908.
HSL color Cylindrical-coordinate representation of color #C4FBDD: hue angle of 147.27º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C4FBDD is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 251 | 221 | - |
| CMYK | 0.22 | 0 | 0.12 | 0.02 |
| HSL | 147.27º | 0.87% | 0.88% | - |
| HSV(B) | 147.27º | 0.22% | 0.98% | - |
| XYZ | 70.31 | 85.95 | 81.29 | - |
| YUV | 231.14 | 122.28 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 251 | 221 | 0.22 | 0 | 0.12 | 0.02 | 147.27 | 0.87 | 0.88 |
| Hex | C4 | FB | DD | 16 | 0 | C | 2 | 93 | 57 | 58 |
| Octal | 304 | 373 | 335 | 26 | 0 | 14 | 2 | 223 | 127 | 130 |
| Binary | 11000100 | 11111011 | 11011101 | 10110 | 0 | 1100 | 10 | 10010011 | 1010111 | 1011000 |
Color Harmonies of #C4FBDD
Complementary color
Monochromatic Colors of #C4FBDD
Black with #C4FBDD
Text Example
Text Example
White with #C4FBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4FBDD; }
p { color: rgb(196,251,221); }
H1.HeaderClassName
{
color: #C4FBDD;
}
.AnyTagClassName
{
color: #C4FBDD;
}
</style>
background-color css
<style>
a { background-color: #C4FBDD; }
a { background-color: rgb(196,251,221); }
div.DivClassName
{
background-color: #C4FBDD;
}
.BgClassName
{
background-color: #C4FBDD;
}
</style>
border-color css
<style>
span { border-color: #C4FBDD; }
span { border-color: rgb(196,251,221); }
td.TdClassName
{
border-color: #C4FBDD;
}
.TagClassName
{
border-color: #C4FBDD;
}
</style>