Shades of Aero Blue #C6E5D2
Tints of Aero Blue #C6E5D2
RGB
CMYK
RGB Variations
Color information
#C6E5D2 (or 0xC6E5D2) is known color: Aero Blue. HEX triplet: C6, E5 and D2. RGB value is (198,229,210). Sum of RGB (Red+Green+Blue) = 198+229+210=637 (84% of max value = 765). Red value is 198 (77.73% from 255 or 31.08% from 637); Green value is 229 (89.84% from 255 or 35.95% from 637); Blue value is 210 (82.42% from 255 or 32.97% from 637); Max value from RGB is 229 - color contains mainly: green. Hex color #C6E5D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6E5D2 is #391A2D. Grayscale: #D9D9D9. Windows color (decimal): -3742254 or 13821382. OLE color: 13821382.
HSL color Cylindrical-coordinate representation of color #C6E5D2: hue angle of 143.23º degrees, saturation: 0.37, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C6E5D2 is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
RGB | 198 | 229 | 210 | - |
CMYK | 0.14 | 0 | 0.08 | 0.10 |
HSL | 143.23º | 0.37% | 0.84% | - |
HSV(B) | 143.23º | 0.14% | 0.9% | - |
XYZ | 62.94 | 72.7 | 71.69 | - |
YUV | 217.57 | 123.73 | 114.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 229 | 210 | 0.14 | 0 | 0.08 | 0.10 | 143.23 | 0.37 | 0.84 |
Hex | C6 | E5 | D2 | E | 0 | 8 | A | 8F | 25 | 54 |
Octal | 306 | 345 | 322 | 16 | 0 | 10 | 12 | 217 | 45 | 124 |
Binary | 11000110 | 11100101 | 11010010 | 1110 | 0 | 1000 | 1010 | 10001111 | 100101 | 1010100 |
Color Harmonies of #C6E5D2
Complementary color
Monochromatic Colors of #C6E5D2
Black with #C6E5D2
Text Example
Text Example
White with #C6E5D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E5D2; }
p { color: rgb(198,229,210); }
H1.HeaderClassName
{
color: #C6E5D2;
}
.AnyTagClassName
{
color: #C6E5D2;
}
</style>
background-color css
<style>
a { background-color: #C6E5D2; }
a { background-color: rgb(198,229,210); }
div.DivClassName
{
background-color: #C6E5D2;
}
.BgClassName
{
background-color: #C6E5D2;
}
</style>
border-color css
<style>
span { border-color: #C6E5D2; }
span { border-color: rgb(198,229,210); }
td.TdClassName
{
border-color: #C6E5D2;
}
.TagClassName
{
border-color: #C6E5D2;
}
</style>