Shades of Aero Blue #C2FBDB
Tints of Aero Blue #C2FBDB
RGB
CMYK
RGB Variations
Color information
#C2FBDB (or 0xC2FBDB) is known color: Aero Blue. HEX triplet: C2, FB and DB. RGB value is (194,251,219). Sum of RGB (Red+Green+Blue) = 194+251+219=664 (87% of max value = 765). Red value is 194 (76.17% from 255 or 29.22% from 664); Green value is 251 (98.44% from 255 or 37.80% from 664); Blue value is 219 (85.94% from 255 or 32.98% from 664); Max value from RGB is 251 - color contains mainly: green. Hex color #C2FBDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FBDB is #3D0424. Grayscale: #E6E6E6. Windows color (decimal): -3998757 or 14416834. OLE color: 14416834.
HSL color Cylindrical-coordinate representation of color #C2FBDB: hue angle of 146.32º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2FBDB is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 251 | 219 | - |
| CMYK | 0.23 | 0 | 0.13 | 0.02 |
| HSL | 146.32º | 0.88% | 0.87% | - |
| HSV(B) | 146.32º | 0.23% | 0.98% | - |
| XYZ | 69.53 | 85.58 | 79.87 | - |
| YUV | 230.31 | 121.62 | 102.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 251 | 219 | 0.23 | 0 | 0.13 | 0.02 | 146.32 | 0.88 | 0.87 |
| Hex | C2 | FB | DB | 17 | 0 | D | 2 | 92 | 58 | 57 |
| Octal | 302 | 373 | 333 | 27 | 0 | 15 | 2 | 222 | 130 | 127 |
| Binary | 11000010 | 11111011 | 11011011 | 10111 | 0 | 1101 | 10 | 10010010 | 1011000 | 1010111 |
Color Harmonies of #C2FBDB
Complementary color
Monochromatic Colors of #C2FBDB
Black with #C2FBDB
Text Example
Text Example
White with #C2FBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FBDB; }
p { color: rgb(194,251,219); }
H1.HeaderClassName
{
color: #C2FBDB;
}
.AnyTagClassName
{
color: #C2FBDB;
}
</style>
background-color css
<style>
a { background-color: #C2FBDB; }
a { background-color: rgb(194,251,219); }
div.DivClassName
{
background-color: #C2FBDB;
}
.BgClassName
{
background-color: #C2FBDB;
}
</style>
border-color css
<style>
span { border-color: #C2FBDB; }
span { border-color: rgb(194,251,219); }
td.TdClassName
{
border-color: #C2FBDB;
}
.TagClassName
{
border-color: #C2FBDB;
}
</style>