Shades of Aero Blue #C2DBCE
Tints of Aero Blue #C2DBCE
RGB
CMYK
RGB Variations
Color information
#C2DBCE (or 0xC2DBCE) is known color: Aero Blue. HEX triplet: C2, DB and CE. RGB value is (194,219,206). Sum of RGB (Red+Green+Blue) = 194+219+206=619 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.34% from 619); Green value is 219 (85.94% from 255 or 35.38% from 619); Blue value is 206 (80.86% from 255 or 33.28% from 619); Max value from RGB is 219 - color contains mainly: green. Hex color #C2DBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DBCE is #3D2431. Grayscale: #D2D2D2. Windows color (decimal): -4006962 or 13556674. OLE color: 13556674.
HSL color Cylindrical-coordinate representation of color #C2DBCE: hue angle of 148.8º degrees, saturation: 0.26, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2DBCE is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
RGB | 194 | 219 | 206 | - |
CMYK | 0.11 | 0 | 0.06 | 0.14 |
HSL | 148.8º | 0.26% | 0.81% | - |
HSV(B) | 148.8º | 0.11% | 0.86% | - |
XYZ | 58.72 | 66.59 | 68.15 | - |
YUV | 210.04 | 125.72 | 116.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 219 | 206 | 0.11 | 0 | 0.06 | 0.14 | 148.8 | 0.26 | 0.81 |
Hex | C2 | DB | CE | B | 0 | 6 | E | 95 | 1A | 51 |
Octal | 302 | 333 | 316 | 13 | 0 | 6 | 16 | 225 | 32 | 121 |
Binary | 11000010 | 11011011 | 11001110 | 1011 | 0 | 110 | 1110 | 10010101 | 11010 | 1010001 |
Color Harmonies of #C2DBCE
Complementary color
Monochromatic Colors of #C2DBCE
Black with #C2DBCE
Text Example
Text Example
White with #C2DBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DBCE; }
p { color: rgb(194,219,206); }
H1.HeaderClassName
{
color: #C2DBCE;
}
.AnyTagClassName
{
color: #C2DBCE;
}
</style>
background-color css
<style>
a { background-color: #C2DBCE; }
a { background-color: rgb(194,219,206); }
div.DivClassName
{
background-color: #C2DBCE;
}
.BgClassName
{
background-color: #C2DBCE;
}
</style>
border-color css
<style>
span { border-color: #C2DBCE; }
span { border-color: rgb(194,219,206); }
td.TdClassName
{
border-color: #C2DBCE;
}
.TagClassName
{
border-color: #C2DBCE;
}
</style>