Shades of Aero Blue #C5FDDB
Tints of Aero Blue #C5FDDB
RGB
CMYK
RGB Variations
Color information
#C5FDDB (or 0xC5FDDB) is known color: Aero Blue. HEX triplet: C5, FD and DB. RGB value is (197,253,219). Sum of RGB (Red+Green+Blue) = 197+253+219=669 (88% of max value = 765). Red value is 197 (77.34% from 255 or 29.45% from 669); Green value is 253 (99.22% from 255 or 37.82% from 669); Blue value is 219 (85.94% from 255 or 32.74% from 669); Max value from RGB is 253 - color contains mainly: green. Hex color #C5FDDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FDDB is #3A0224. Grayscale: #E8E8E8. Windows color (decimal): -3801637 or 14417349. OLE color: 14417349.
HSL color Cylindrical-coordinate representation of color #C5FDDB: hue angle of 143.57º 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 #C5FDDB is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 197 | 253 | 219 | - |
CMYK | 0.22 | 0 | 0.13 | 0.01 |
HSL | 143.57º | 0.93% | 0.88% | - |
HSV(B) | 143.57º | 0.22% | 0.99% | - |
XYZ | 70.94 | 87.24 | 80.12 | - |
YUV | 232.38 | 120.45 | 102.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 253 | 219 | 0.22 | 0 | 0.13 | 0.01 | 143.57 | 0.93 | 0.88 |
Hex | C5 | FD | DB | 16 | 0 | D | 1 | 90 | 5D | 58 |
Octal | 305 | 375 | 333 | 26 | 0 | 15 | 1 | 220 | 135 | 130 |
Binary | 11000101 | 11111101 | 11011011 | 10110 | 0 | 1101 | 1 | 10010000 | 1011101 | 1011000 |
Color Harmonies of #C5FDDB
Complementary color
Monochromatic Colors of #C5FDDB
Black with #C5FDDB
Text Example
Text Example
White with #C5FDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FDDB; }
p { color: rgb(197,253,219); }
H1.HeaderClassName
{
color: #C5FDDB;
}
.AnyTagClassName
{
color: #C5FDDB;
}
</style>
background-color css
<style>
a { background-color: #C5FDDB; }
a { background-color: rgb(197,253,219); }
div.DivClassName
{
background-color: #C5FDDB;
}
.BgClassName
{
background-color: #C5FDDB;
}
</style>
border-color css
<style>
span { border-color: #C5FDDB; }
span { border-color: rgb(197,253,219); }
td.TdClassName
{
border-color: #C5FDDB;
}
.TagClassName
{
border-color: #C5FDDB;
}
</style>