Shades of Aero Blue #C2EED7
Tints of Aero Blue #C2EED7
RGB
CMYK
RGB Variations
Color information
#C2EED7 (or 0xC2EED7) is known color: Aero Blue. HEX triplet: C2, EE and D7. RGB value is (194,238,215). Sum of RGB (Red+Green+Blue) = 194+238+215=647 (85% of max value = 765). Red value is 194 (76.17% from 255 or 29.98% from 647); Green value is 238 (93.36% from 255 or 36.79% from 647); Blue value is 215 (84.38% from 255 or 33.23% from 647); Max value from RGB is 238 - color contains mainly: green. Hex color #C2EED7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EED7 is #3D1128. Grayscale: #DEDEDE. Windows color (decimal): -4002089 or 14151362. OLE color: 14151362.
HSL color Cylindrical-coordinate representation of color #C2EED7: hue angle of 148.64º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2EED7 is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
RGB | 194 | 238 | 215 | - |
CMYK | 0.18 | 0 | 0.10 | 0.07 |
HSL | 148.64º | 0.56% | 0.85% | - |
HSV(B) | 148.64º | 0.18% | 0.93% | - |
XYZ | 65.09 | 77.52 | 75.82 | - |
YUV | 222.22 | 123.92 | 107.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 238 | 215 | 0.18 | 0 | 0.10 | 0.07 | 148.64 | 0.56 | 0.85 |
Hex | C2 | EE | D7 | 12 | 0 | A | 7 | 95 | 38 | 55 |
Octal | 302 | 356 | 327 | 22 | 0 | 12 | 7 | 225 | 70 | 125 |
Binary | 11000010 | 11101110 | 11010111 | 10010 | 0 | 1010 | 111 | 10010101 | 111000 | 1010101 |
Color Harmonies of #C2EED7
Complementary color
Monochromatic Colors of #C2EED7
Black with #C2EED7
Text Example
Text Example
White with #C2EED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EED7; }
p { color: rgb(194,238,215); }
H1.HeaderClassName
{
color: #C2EED7;
}
.AnyTagClassName
{
color: #C2EED7;
}
</style>
background-color css
<style>
a { background-color: #C2EED7; }
a { background-color: rgb(194,238,215); }
div.DivClassName
{
background-color: #C2EED7;
}
.BgClassName
{
background-color: #C2EED7;
}
</style>
border-color css
<style>
span { border-color: #C2EED7; }
span { border-color: rgb(194,238,215); }
td.TdClassName
{
border-color: #C2EED7;
}
.TagClassName
{
border-color: #C2EED7;
}
</style>