Shades of Aero Blue #C5FBDD
Tints of Aero Blue #C5FBDD
RGB
CMYK
RGB Variations
Color information
#C5FBDD (or 0xC5FBDD) is known color: Aero Blue. HEX triplet: C5, FB and DD. RGB value is (197,251,221). Sum of RGB (Red+Green+Blue) = 197+251+221=669 (88% of max value = 765). Red value is 197 (77.34% from 255 or 29.45% from 669); Green value is 251 (98.44% from 255 or 37.52% from 669); Blue value is 221 (86.72% from 255 or 33.03% from 669); Max value from RGB is 251 - color contains mainly: green. Hex color #C5FBDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FBDD is #3A0422. Grayscale: #E7E7E7. Windows color (decimal): -3802147 or 14547909. OLE color: 14547909.
HSL color Cylindrical-coordinate representation of color #C5FBDD: hue angle of 146.67º 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 #C5FBDD is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 251 | 221 | - |
| CMYK | 0.22 | 0 | 0.12 | 0.02 |
| HSL | 146.67º | 0.87% | 0.88% | - |
| HSV(B) | 146.67º | 0.22% | 0.98% | - |
| XYZ | 70.57 | 86.09 | 81.3 | - |
| YUV | 231.43 | 122.11 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 251 | 221 | 0.22 | 0 | 0.12 | 0.02 | 146.67 | 0.87 | 0.88 |
| Hex | C5 | FB | DD | 16 | 0 | C | 2 | 93 | 57 | 58 |
| Octal | 305 | 373 | 335 | 26 | 0 | 14 | 2 | 223 | 127 | 130 |
| Binary | 11000101 | 11111011 | 11011101 | 10110 | 0 | 1100 | 10 | 10010011 | 1010111 | 1011000 |
Color Harmonies of #C5FBDD
Complementary color
Monochromatic Colors of #C5FBDD
Black with #C5FBDD
Text Example
Text Example
White with #C5FBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FBDD; }
p { color: rgb(197,251,221); }
H1.HeaderClassName
{
color: #C5FBDD;
}
.AnyTagClassName
{
color: #C5FBDD;
}
</style>
background-color css
<style>
a { background-color: #C5FBDD; }
a { background-color: rgb(197,251,221); }
div.DivClassName
{
background-color: #C5FBDD;
}
.BgClassName
{
background-color: #C5FBDD;
}
</style>
border-color css
<style>
span { border-color: #C5FBDD; }
span { border-color: rgb(197,251,221); }
td.TdClassName
{
border-color: #C5FBDD;
}
.TagClassName
{
border-color: #C5FBDD;
}
</style>