Shades of Aero Blue #C5F2DC
Tints of Aero Blue #C5F2DC
RGB
CMYK
RGB Variations
Color information
#C5F2DC (or 0xC5F2DC) is known color: Aero Blue. HEX triplet: C5, F2 and DC. RGB value is (197,242,220). Sum of RGB (Red+Green+Blue) = 197+242+220=659 (87% of max value = 765). Red value is 197 (77.34% from 255 or 29.89% from 659); Green value is 242 (94.92% from 255 or 36.72% from 659); Blue value is 220 (86.33% from 255 or 33.38% from 659); Max value from RGB is 242 - color contains mainly: green. Hex color #C5F2DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5F2DC is #3A0D23. Grayscale: #E2E2E2. Windows color (decimal): -3804452 or 14480069. OLE color: 14480069.
HSL color Cylindrical-coordinate representation of color #C5F2DC: hue angle of 150.67º degrees, saturation: 0.63, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C5F2DC is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 242 | 220 | - |
| CMYK | 0.19 | 0 | 0.09 | 0.05 |
| HSL | 150.67º | 0.63% | 0.86% | - |
| HSV(B) | 150.67º | 0.19% | 0.95% | - |
| XYZ | 67.7 | 80.54 | 79.69 | - |
| YUV | 226.04 | 124.59 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 242 | 220 | 0.19 | 0 | 0.09 | 0.05 | 150.67 | 0.63 | 0.86 |
| Hex | C5 | F2 | DC | 13 | 0 | 9 | 5 | 97 | 3F | 56 |
| Octal | 305 | 362 | 334 | 23 | 0 | 11 | 5 | 227 | 77 | 126 |
| Binary | 11000101 | 11110010 | 11011100 | 10011 | 0 | 1001 | 101 | 10010111 | 111111 | 1010110 |
Color Harmonies of #C5F2DC
Complementary color
Monochromatic Colors of #C5F2DC
Black with #C5F2DC
Text Example
Text Example
White with #C5F2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F2DC; }
p { color: rgb(197,242,220); }
H1.HeaderClassName
{
color: #C5F2DC;
}
.AnyTagClassName
{
color: #C5F2DC;
}
</style>
background-color css
<style>
a { background-color: #C5F2DC; }
a { background-color: rgb(197,242,220); }
div.DivClassName
{
background-color: #C5F2DC;
}
.BgClassName
{
background-color: #C5F2DC;
}
</style>
border-color css
<style>
span { border-color: #C5F2DC; }
span { border-color: rgb(197,242,220); }
td.TdClassName
{
border-color: #C5F2DC;
}
.TagClassName
{
border-color: #C5F2DC;
}
</style>