Shades of Aero Blue #C5FDDC
Tints of Aero Blue #C5FDDC
RGB
CMYK
RGB Variations
Color information
#C5FDDC (or 0xC5FDDC) is known color: Aero Blue. HEX triplet: C5, FD and DC. RGB value is (197,253,220). Sum of RGB (Red+Green+Blue) = 197+253+220=670 (88% of max value = 765). Red value is 197 (77.34% from 255 or 29.40% from 670); Green value is 253 (99.22% from 255 or 37.76% from 670); Blue value is 220 (86.33% from 255 or 32.84% from 670); Max value from RGB is 253 - color contains mainly: green. Hex color #C5FDDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FDDC is #3A0223. Grayscale: #E8E8E8. Windows color (decimal): -3801636 or 14482885. OLE color: 14482885.
HSL color Cylindrical-coordinate representation of color #C5FDDC: hue angle of 144.64º 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 #C5FDDC is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 197 | 253 | 220 | - |
CMYK | 0.22 | 0 | 0.13 | 0.01 |
HSL | 144.64º | 0.93% | 0.88% | - |
HSV(B) | 144.64º | 0.22% | 0.99% | - |
XYZ | 71.07 | 87.29 | 80.81 | - |
YUV | 232.49 | 120.95 | 102.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 253 | 220 | 0.22 | 0 | 0.13 | 0.01 | 144.64 | 0.93 | 0.88 |
Hex | C5 | FD | DC | 16 | 0 | D | 1 | 91 | 5D | 58 |
Octal | 305 | 375 | 334 | 26 | 0 | 15 | 1 | 221 | 135 | 130 |
Binary | 11000101 | 11111101 | 11011100 | 10110 | 0 | 1101 | 1 | 10010001 | 1011101 | 1011000 |
Color Harmonies of #C5FDDC
Complementary color
Monochromatic Colors of #C5FDDC
Black with #C5FDDC
Text Example
Text Example
White with #C5FDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FDDC; }
p { color: rgb(197,253,220); }
H1.HeaderClassName
{
color: #C5FDDC;
}
.AnyTagClassName
{
color: #C5FDDC;
}
</style>
background-color css
<style>
a { background-color: #C5FDDC; }
a { background-color: rgb(197,253,220); }
div.DivClassName
{
background-color: #C5FDDC;
}
.BgClassName
{
background-color: #C5FDDC;
}
</style>
border-color css
<style>
span { border-color: #C5FDDC; }
span { border-color: rgb(197,253,220); }
td.TdClassName
{
border-color: #C5FDDC;
}
.TagClassName
{
border-color: #C5FDDC;
}
</style>