Shades of Aero Blue #C5F6DC
Tints of Aero Blue #C5F6DC
RGB
CMYK
RGB Variations
Color information
#C5F6DC (or 0xC5F6DC) is known color: Aero Blue. HEX triplet: C5, F6 and DC. RGB value is (197,246,220). Sum of RGB (Red+Green+Blue) = 197+246+220=663 (87% of max value = 765). Red value is 197 (77.34% from 255 or 29.71% from 663); Green value is 246 (96.48% from 255 or 37.10% from 663); Blue value is 220 (86.33% from 255 or 33.18% from 663); Max value from RGB is 246 - color contains mainly: green. Hex color #C5F6DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5F6DC is #3A0923. Grayscale: #E4E4E4. Windows color (decimal): -3803428 or 14481093. OLE color: 14481093.
HSL color Cylindrical-coordinate representation of color #C5F6DC: hue angle of 148.16º degrees, saturation: 0.73, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C5F6DC is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 197 | 246 | 220 | - |
| CMYK | 0.20 | 0 | 0.11 | 0.04 |
| HSL | 148.16º | 0.73% | 0.87% | - |
| HSV(B) | 148.16º | 0.2% | 0.96% | - |
| XYZ | 68.9 | 82.95 | 80.09 | - |
| YUV | 228.39 | 123.27 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 246 | 220 | 0.20 | 0 | 0.11 | 0.04 | 148.16 | 0.73 | 0.87 |
| Hex | C5 | F6 | DC | 14 | 0 | B | 4 | 94 | 49 | 57 |
| Octal | 305 | 366 | 334 | 24 | 0 | 13 | 4 | 224 | 111 | 127 |
| Binary | 11000101 | 11110110 | 11011100 | 10100 | 0 | 1011 | 100 | 10010100 | 1001001 | 1010111 |
Color Harmonies of #C5F6DC
Complementary color
Monochromatic Colors of #C5F6DC
Black with #C5F6DC
Text Example
Text Example
White with #C5F6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F6DC; }
p { color: rgb(197,246,220); }
H1.HeaderClassName
{
color: #C5F6DC;
}
.AnyTagClassName
{
color: #C5F6DC;
}
</style>
background-color css
<style>
a { background-color: #C5F6DC; }
a { background-color: rgb(197,246,220); }
div.DivClassName
{
background-color: #C5F6DC;
}
.BgClassName
{
background-color: #C5F6DC;
}
</style>
border-color css
<style>
span { border-color: #C5F6DC; }
span { border-color: rgb(197,246,220); }
td.TdClassName
{
border-color: #C5F6DC;
}
.TagClassName
{
border-color: #C5F6DC;
}
</style>