Shades of Aero Blue #C2FDDA
Tints of Aero Blue #C2FDDA
RGB
CMYK
RGB Variations
Color information
#C2FDDA (or 0xC2FDDA) is known color: Aero Blue. HEX triplet: C2, FD and DA. RGB value is (194,253,218). Sum of RGB (Red+Green+Blue) = 194+253+218=665 (88% of max value = 765). Red value is 194 (76.17% from 255 or 29.17% from 665); Green value is 253 (99.22% from 255 or 38.05% from 665); Blue value is 218 (85.55% from 255 or 32.78% from 665); Max value from RGB is 253 - color contains mainly: green. Hex color #C2FDDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FDDA is #3D0225. Grayscale: #E7E7E7. Windows color (decimal): -3998246 or 14351810. OLE color: 14351810.
HSL color Cylindrical-coordinate representation of color #C2FDDA: hue angle of 144.41º degrees, saturation: 0.94, 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 #C2FDDA is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
RGB | 194 | 253 | 218 | - |
CMYK | 0.23 | 0 | 0.14 | 0.01 |
HSL | 144.41º | 0.94% | 0.88% | - |
HSV(B) | 144.41º | 0.23% | 0.99% | - |
XYZ | 70.03 | 86.78 | 79.39 | - |
YUV | 231.37 | 120.45 | 101.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 253 | 218 | 0.23 | 0 | 0.14 | 0.01 | 144.41 | 0.94 | 0.88 |
Hex | C2 | FD | DA | 17 | 0 | E | 1 | 90 | 5E | 58 |
Octal | 302 | 375 | 332 | 27 | 0 | 16 | 1 | 220 | 136 | 130 |
Binary | 11000010 | 11111101 | 11011010 | 10111 | 0 | 1110 | 1 | 10010000 | 1011110 | 1011000 |
Color Harmonies of #C2FDDA
Complementary color
Monochromatic Colors of #C2FDDA
Black with #C2FDDA
Text Example
Text Example
White with #C2FDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FDDA; }
p { color: rgb(194,253,218); }
H1.HeaderClassName
{
color: #C2FDDA;
}
.AnyTagClassName
{
color: #C2FDDA;
}
</style>
background-color css
<style>
a { background-color: #C2FDDA; }
a { background-color: rgb(194,253,218); }
div.DivClassName
{
background-color: #C2FDDA;
}
.BgClassName
{
background-color: #C2FDDA;
}
</style>
border-color css
<style>
span { border-color: #C2FDDA; }
span { border-color: rgb(194,253,218); }
td.TdClassName
{
border-color: #C2FDDA;
}
.TagClassName
{
border-color: #C2FDDA;
}
</style>