Shades of Aero Blue #C2FBDA
Tints of Aero Blue #C2FBDA
RGB
CMYK
RGB Variations
Color information
#C2FBDA (or 0xC2FBDA) is known color: Aero Blue. HEX triplet: C2, FB and DA. RGB value is (194,251,218). Sum of RGB (Red+Green+Blue) = 194+251+218=663 (87% of max value = 765). Red value is 194 (76.17% from 255 or 29.26% from 663); Green value is 251 (98.44% from 255 or 37.86% from 663); Blue value is 218 (85.55% from 255 or 32.88% from 663); Max value from RGB is 251 - color contains mainly: green. Hex color #C2FBDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FBDA is #3D0425. Grayscale: #E6E6E6. Windows color (decimal): -3998758 or 14351298. OLE color: 14351298.
HSL color Cylindrical-coordinate representation of color #C2FBDA: hue angle of 145.26º 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 #C2FBDA is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 251 | 218 | - |
| CMYK | 0.23 | 0 | 0.13 | 0.02 |
| HSL | 145.26º | 0.88% | 0.87% | - |
| HSV(B) | 145.26º | 0.23% | 0.98% | - |
| XYZ | 69.4 | 85.53 | 79.18 | - |
| YUV | 230.2 | 121.12 | 102.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 251 | 218 | 0.23 | 0 | 0.13 | 0.02 | 145.26 | 0.88 | 0.87 |
| Hex | C2 | FB | DA | 17 | 0 | D | 2 | 91 | 58 | 57 |
| Octal | 302 | 373 | 332 | 27 | 0 | 15 | 2 | 221 | 130 | 127 |
| Binary | 11000010 | 11111011 | 11011010 | 10111 | 0 | 1101 | 10 | 10010001 | 1011000 | 1010111 |
Color Harmonies of #C2FBDA
Complementary color
Monochromatic Colors of #C2FBDA
Black with #C2FBDA
Text Example
Text Example
White with #C2FBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FBDA; }
p { color: rgb(194,251,218); }
H1.HeaderClassName
{
color: #C2FBDA;
}
.AnyTagClassName
{
color: #C2FBDA;
}
</style>
background-color css
<style>
a { background-color: #C2FBDA; }
a { background-color: rgb(194,251,218); }
div.DivClassName
{
background-color: #C2FBDA;
}
.BgClassName
{
background-color: #C2FBDA;
}
</style>
border-color css
<style>
span { border-color: #C2FBDA; }
span { border-color: rgb(194,251,218); }
td.TdClassName
{
border-color: #C2FBDA;
}
.TagClassName
{
border-color: #C2FBDA;
}
</style>