Shades of Aero Blue #C7E6D3
Tints of Aero Blue #C7E6D3
RGB
CMYK
RGB Variations
Color information
#C7E6D3 (or 0xC7E6D3) is known color: Aero Blue. HEX triplet: C7, E6 and D3. RGB value is (199,230,211). Sum of RGB (Red+Green+Blue) = 199+230+211=640 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.09% from 640); Green value is 230 (90.23% from 255 or 35.94% from 640); Blue value is 211 (82.81% from 255 or 32.97% from 640); Max value from RGB is 230 - color contains mainly: green. Hex color #C7E6D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7E6D3 is #38192C. Grayscale: #DADADA. Windows color (decimal): -3676461 or 13887175. OLE color: 13887175.
HSL color Cylindrical-coordinate representation of color #C7E6D3: hue angle of 143.23º degrees, saturation: 0.38, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C7E6D3 is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
RGB | 199 | 230 | 211 | - |
CMYK | 0.13 | 0 | 0.08 | 0.10 |
HSL | 143.23º | 0.38% | 0.84% | - |
HSV(B) | 143.23º | 0.13% | 0.9% | - |
XYZ | 63.61 | 73.44 | 72.45 | - |
YUV | 218.57 | 123.73 | 114.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 230 | 211 | 0.13 | 0 | 0.08 | 0.10 | 143.23 | 0.38 | 0.84 |
Hex | C7 | E6 | D3 | D | 0 | 8 | A | 8F | 26 | 54 |
Octal | 307 | 346 | 323 | 15 | 0 | 10 | 12 | 217 | 46 | 124 |
Binary | 11000111 | 11100110 | 11010011 | 1101 | 0 | 1000 | 1010 | 10001111 | 100110 | 1010100 |
Color Harmonies of #C7E6D3
Complementary color
Monochromatic Colors of #C7E6D3
Black with #C7E6D3
Text Example
Text Example
White with #C7E6D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E6D3; }
p { color: rgb(199,230,211); }
H1.HeaderClassName
{
color: #C7E6D3;
}
.AnyTagClassName
{
color: #C7E6D3;
}
</style>
background-color css
<style>
a { background-color: #C7E6D3; }
a { background-color: rgb(199,230,211); }
div.DivClassName
{
background-color: #C7E6D3;
}
.BgClassName
{
background-color: #C7E6D3;
}
</style>
border-color css
<style>
span { border-color: #C7E6D3; }
span { border-color: rgb(199,230,211); }
td.TdClassName
{
border-color: #C7E6D3;
}
.TagClassName
{
border-color: #C7E6D3;
}
</style>