Shades of Aero Blue #C0DFD2
Tints of Aero Blue #C0DFD2
RGB
CMYK
RGB Variations
Color information
#C0DFD2 (or 0xC0DFD2) is known color: Aero Blue. HEX triplet: C0, DF and D2. RGB value is (192,223,210). Sum of RGB (Red+Green+Blue) = 192+223+210=625 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.72% from 625); Green value is 223 (87.5% from 255 or 35.68% from 625); Blue value is 210 (82.42% from 255 or 33.6% from 625); Max value from RGB is 223 - color contains mainly: green. Hex color #C0DFD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DFD2 is #3F202D. Grayscale: #D4D4D4. Windows color (decimal): -4137006 or 13819840. OLE color: 13819840.
HSL color Cylindrical-coordinate representation of color #C0DFD2: hue angle of 154.84º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C0DFD2 is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
RGB | 192 | 223 | 210 | - |
CMYK | 0.14 | 0 | 0.06 | 0.13 |
HSL | 154.84º | 0.33% | 0.81% | - |
HSV(B) | 154.84º | 0.14% | 0.87% | - |
XYZ | 59.76 | 68.63 | 71.07 | - |
YUV | 212.25 | 126.73 | 113.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 223 | 210 | 0.14 | 0 | 0.06 | 0.13 | 154.84 | 0.33 | 0.81 |
Hex | C0 | DF | D2 | E | 0 | 6 | D | 9B | 21 | 51 |
Octal | 300 | 337 | 322 | 16 | 0 | 6 | 15 | 233 | 41 | 121 |
Binary | 11000000 | 11011111 | 11010010 | 1110 | 0 | 110 | 1101 | 10011011 | 100001 | 1010001 |
Color Harmonies of #C0DFD2
Complementary color
Monochromatic Colors of #C0DFD2
Black with #C0DFD2
Text Example
Text Example
White with #C0DFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DFD2; }
p { color: rgb(192,223,210); }
H1.HeaderClassName
{
color: #C0DFD2;
}
.AnyTagClassName
{
color: #C0DFD2;
}
</style>
background-color css
<style>
a { background-color: #C0DFD2; }
a { background-color: rgb(192,223,210); }
div.DivClassName
{
background-color: #C0DFD2;
}
.BgClassName
{
background-color: #C0DFD2;
}
</style>
border-color css
<style>
span { border-color: #C0DFD2; }
span { border-color: rgb(192,223,210); }
td.TdClassName
{
border-color: #C0DFD2;
}
.TagClassName
{
border-color: #C0DFD2;
}
</style>