Shades of Aero Blue #C5FDDE
Tints of Aero Blue #C5FDDE
RGB
CMYK
RGB Variations
Color information
#C5FDDE (or 0xC5FDDE) is known color: Aero Blue. HEX triplet: C5, FD and DE. RGB value is (197,253,222). Sum of RGB (Red+Green+Blue) = 197+253+222=672 (89% of max value = 765). Red value is 197 (77.34% from 255 or 29.32% from 672); Green value is 253 (99.22% from 255 or 37.65% from 672); Blue value is 222 (87.11% from 255 or 33.04% from 672); Max value from RGB is 253 - color contains mainly: green. Hex color #C5FDDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FDDE is #3A0221. Grayscale: #E8E8E8. Windows color (decimal): -3801634 or 14613957. OLE color: 14613957.
HSL color Cylindrical-coordinate representation of color #C5FDDE: hue angle of 146.79º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5FDDE is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
RGB | 197 | 253 | 222 | - |
CMYK | 0.22 | 0 | 0.12 | 0.01 |
HSL | 146.79º | 0.93% | 0.88% | - |
HSV(B) | 146.79º | 0.22% | 0.99% | - |
XYZ | 71.34 | 87.39 | 82.22 | - |
YUV | 232.72 | 121.95 | 102.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 253 | 222 | 0.22 | 0 | 0.12 | 0.01 | 146.79 | 0.93 | 0.88 |
Hex | C5 | FD | DE | 16 | 0 | C | 1 | 93 | 5D | 58 |
Octal | 305 | 375 | 336 | 26 | 0 | 14 | 1 | 223 | 135 | 130 |
Binary | 11000101 | 11111101 | 11011110 | 10110 | 0 | 1100 | 1 | 10010011 | 1011101 | 1011000 |
Color Harmonies of #C5FDDE
Complementary color
Monochromatic Colors of #C5FDDE
Black with #C5FDDE
Text Example
Text Example
White with #C5FDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FDDE; }
p { color: rgb(197,253,222); }
H1.HeaderClassName
{
color: #C5FDDE;
}
.AnyTagClassName
{
color: #C5FDDE;
}
</style>
background-color css
<style>
a { background-color: #C5FDDE; }
a { background-color: rgb(197,253,222); }
div.DivClassName
{
background-color: #C5FDDE;
}
.BgClassName
{
background-color: #C5FDDE;
}
</style>
border-color css
<style>
span { border-color: #C5FDDE; }
span { border-color: rgb(197,253,222); }
td.TdClassName
{
border-color: #C5FDDE;
}
.TagClassName
{
border-color: #C5FDDE;
}
</style>