Shades of Aero Blue #C5FBDC
Tints of Aero Blue #C5FBDC
RGB
CMYK
RGB Variations
Color information
#C5FBDC (or 0xC5FBDC) is known color: Aero Blue. HEX triplet: C5, FB and DC. RGB value is (197,251,220). Sum of RGB (Red+Green+Blue) = 197+251+220=668 (88% of max value = 765). Red value is 197 (77.34% from 255 or 29.49% from 668); Green value is 251 (98.44% from 255 or 37.57% from 668); Blue value is 220 (86.33% from 255 or 32.93% from 668); Max value from RGB is 251 - color contains mainly: green. Hex color #C5FBDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FBDC is #3A0423. Grayscale: #E7E7E7. Windows color (decimal): -3802148 or 14482373. OLE color: 14482373.
HSL color Cylindrical-coordinate representation of color #C5FBDC: hue angle of 145.56º 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 #C5FBDC is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 251 | 220 | - |
| CMYK | 0.22 | 0 | 0.12 | 0.02 |
| HSL | 145.56º | 0.87% | 0.88% | - |
| HSV(B) | 145.56º | 0.22% | 0.98% | - |
| XYZ | 70.44 | 86.03 | 80.6 | - |
| YUV | 231.32 | 121.61 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 251 | 220 | 0.22 | 0 | 0.12 | 0.02 | 145.56 | 0.87 | 0.88 |
| Hex | C5 | FB | DC | 16 | 0 | C | 2 | 92 | 57 | 58 |
| Octal | 305 | 373 | 334 | 26 | 0 | 14 | 2 | 222 | 127 | 130 |
| Binary | 11000101 | 11111011 | 11011100 | 10110 | 0 | 1100 | 10 | 10010010 | 1010111 | 1011000 |
Color Harmonies of #C5FBDC
Complementary color
Monochromatic Colors of #C5FBDC
Black with #C5FBDC
Text Example
Text Example
White with #C5FBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FBDC; }
p { color: rgb(197,251,220); }
H1.HeaderClassName
{
color: #C5FBDC;
}
.AnyTagClassName
{
color: #C5FBDC;
}
</style>
background-color css
<style>
a { background-color: #C5FBDC; }
a { background-color: rgb(197,251,220); }
div.DivClassName
{
background-color: #C5FBDC;
}
.BgClassName
{
background-color: #C5FBDC;
}
</style>
border-color css
<style>
span { border-color: #C5FBDC; }
span { border-color: rgb(197,251,220); }
td.TdClassName
{
border-color: #C5FBDC;
}
.TagClassName
{
border-color: #C5FBDC;
}
</style>