Shades of Aero Blue #C4FDDA
Tints of Aero Blue #C4FDDA
RGB
CMYK
RGB Variations
Color information
#C4FDDA (or 0xC4FDDA) is known color: Aero Blue. HEX triplet: C4, FD and DA. RGB value is (196,253,218). Sum of RGB (Red+Green+Blue) = 196+253+218=667 (88% of max value = 765). Red value is 196 (76.95% from 255 or 29.39% from 667); Green value is 253 (99.22% from 255 or 37.93% from 667); Blue value is 218 (85.55% from 255 or 32.68% from 667); Max value from RGB is 253 - color contains mainly: green. Hex color #C4FDDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4FDDA is #3B0225. Grayscale: #E8E8E8. Windows color (decimal): -3867174 or 14351812. OLE color: 14351812.
HSL color Cylindrical-coordinate representation of color #C4FDDA: hue angle of 143.16º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4FDDA is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
RGB | 196 | 253 | 218 | - |
CMYK | 0.23 | 0 | 0.14 | 0.01 |
HSL | 143.16º | 0.93% | 0.88% | - |
HSV(B) | 143.16º | 0.23% | 0.99% | - |
XYZ | 70.55 | 87.05 | 79.41 | - |
YUV | 231.97 | 120.12 | 102.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 253 | 218 | 0.23 | 0 | 0.14 | 0.01 | 143.16 | 0.93 | 0.88 |
Hex | C4 | FD | DA | 17 | 0 | E | 1 | 8F | 5D | 58 |
Octal | 304 | 375 | 332 | 27 | 0 | 16 | 1 | 217 | 135 | 130 |
Binary | 11000100 | 11111101 | 11011010 | 10111 | 0 | 1110 | 1 | 10001111 | 1011101 | 1011000 |
Color Harmonies of #C4FDDA
Complementary color
Monochromatic Colors of #C4FDDA
Black with #C4FDDA
Text Example
Text Example
White with #C4FDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4FDDA; }
p { color: rgb(196,253,218); }
H1.HeaderClassName
{
color: #C4FDDA;
}
.AnyTagClassName
{
color: #C4FDDA;
}
</style>
background-color css
<style>
a { background-color: #C4FDDA; }
a { background-color: rgb(196,253,218); }
div.DivClassName
{
background-color: #C4FDDA;
}
.BgClassName
{
background-color: #C4FDDA;
}
</style>
border-color css
<style>
span { border-color: #C4FDDA; }
span { border-color: rgb(196,253,218); }
td.TdClassName
{
border-color: #C4FDDA;
}
.TagClassName
{
border-color: #C4FDDA;
}
</style>