Shades of Aero Blue #C2FCDC
Tints of Aero Blue #C2FCDC
RGB
CMYK
RGB Variations
Color information
#C2FCDC (or 0xC2FCDC) is known color: Aero Blue. HEX triplet: C2, FC and DC. RGB value is (194,252,220). Sum of RGB (Red+Green+Blue) = 194+252+220=666 (88% of max value = 765). Red value is 194 (76.17% from 255 or 29.13% from 666); Green value is 252 (98.83% from 255 or 37.84% from 666); Blue value is 220 (86.33% from 255 or 33.03% from 666); Max value from RGB is 252 - color contains mainly: green. Hex color #C2FCDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FCDC is #3D0323. Grayscale: #E7E7E7. Windows color (decimal): -3998500 or 14482626. OLE color: 14482626.
HSL color Cylindrical-coordinate representation of color #C2FCDC: hue angle of 146.9º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2FCDC is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 194 | 252 | 220 | - |
CMYK | 0.23 | 0 | 0.13 | 0.01 |
HSL | 146.9º | 0.91% | 0.87% | - |
HSV(B) | 146.9º | 0.23% | 0.99% | - |
XYZ | 69.98 | 86.26 | 80.67 | - |
YUV | 231.01 | 121.78 | 101.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 252 | 220 | 0.23 | 0 | 0.13 | 0.01 | 146.9 | 0.91 | 0.87 |
Hex | C2 | FC | DC | 17 | 0 | D | 1 | 93 | 5B | 57 |
Octal | 302 | 374 | 334 | 27 | 0 | 15 | 1 | 223 | 133 | 127 |
Binary | 11000010 | 11111100 | 11011100 | 10111 | 0 | 1101 | 1 | 10010011 | 1011011 | 1010111 |
Color Harmonies of #C2FCDC
Complementary color
Monochromatic Colors of #C2FCDC
Black with #C2FCDC
Text Example
Text Example
White with #C2FCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FCDC; }
p { color: rgb(194,252,220); }
H1.HeaderClassName
{
color: #C2FCDC;
}
.AnyTagClassName
{
color: #C2FCDC;
}
</style>
background-color css
<style>
a { background-color: #C2FCDC; }
a { background-color: rgb(194,252,220); }
div.DivClassName
{
background-color: #C2FCDC;
}
.BgClassName
{
background-color: #C2FCDC;
}
</style>
border-color css
<style>
span { border-color: #C2FCDC; }
span { border-color: rgb(194,252,220); }
td.TdClassName
{
border-color: #C2FCDC;
}
.TagClassName
{
border-color: #C2FCDC;
}
</style>