Shades of Aero Blue #C2FEDB
Tints of Aero Blue #C2FEDB
RGB
CMYK
RGB Variations
Color information
#C2FEDB (or 0xC2FEDB) is known color: Aero Blue. HEX triplet: C2, FE and DB. RGB value is (194,254,219). Sum of RGB (Red+Green+Blue) = 194+254+219=667 (88% of max value = 765). Red value is 194 (76.17% from 255 or 29.09% from 667); Green value is 254 (99.61% from 255 or 38.08% from 667); Blue value is 219 (85.94% from 255 or 32.83% from 667); Max value from RGB is 254 - color contains mainly: green. Hex color #C2FEDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FEDB is #3D0124. Grayscale: #E8E8E8. Windows color (decimal): -3997989 or 14417602. OLE color: 14417602.
HSL color Cylindrical-coordinate representation of color #C2FEDB: hue angle of 145º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2FEDB is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
RGB | 194 | 254 | 219 | - |
CMYK | 0.24 | 0 | 0.14 | 0.00 |
HSL | 145º | 0.97% | 0.88% | - |
HSV(B) | 145º | 0.24% | 1% | - |
XYZ | 70.48 | 87.47 | 80.19 | - |
YUV | 232.07 | 120.62 | 100.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 254 | 219 | 0.24 | 0 | 0.14 | 0.00 | 145 | 0.97 | 0.88 |
Hex | C2 | FE | DB | 18 | 0 | E | 0 | 91 | 61 | 58 |
Octal | 302 | 376 | 333 | 30 | 0 | 16 | 0 | 221 | 141 | 130 |
Binary | 11000010 | 11111110 | 11011011 | 11000 | 0 | 1110 | 0 | 10010001 | 1100001 | 1011000 |
Color Harmonies of #C2FEDB
Complementary color
Monochromatic Colors of #C2FEDB
Black with #C2FEDB
Text Example
Text Example
White with #C2FEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FEDB; }
p { color: rgb(194,254,219); }
H1.HeaderClassName
{
color: #C2FEDB;
}
.AnyTagClassName
{
color: #C2FEDB;
}
</style>
background-color css
<style>
a { background-color: #C2FEDB; }
a { background-color: rgb(194,254,219); }
div.DivClassName
{
background-color: #C2FEDB;
}
.BgClassName
{
background-color: #C2FEDB;
}
</style>
border-color css
<style>
span { border-color: #C2FEDB; }
span { border-color: rgb(194,254,219); }
td.TdClassName
{
border-color: #C2FEDB;
}
.TagClassName
{
border-color: #C2FEDB;
}
</style>