Shades of Aero Blue #CBEAD9
Tints of Aero Blue #CBEAD9
RGB
CMYK
RGB Variations
Color information
#CBEAD9 (or 0xCBEAD9) is known color: Aero Blue. HEX triplet: CB, EA and D9. RGB value is (203,234,217). Sum of RGB (Red+Green+Blue) = 203+234+217=654 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.04% from 654); Green value is 234 (91.80% from 255 or 35.78% from 654); Blue value is 217 (85.16% from 255 or 33.18% from 654); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEAD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEAD9 is #341526. Grayscale: #DEDEDE. Windows color (decimal): -3413287 or 14281419. OLE color: 14281419.
HSL color Cylindrical-coordinate representation of color #CBEAD9: hue angle of 147.1º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBEAD9 is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
RGB | 203 | 234 | 217 | - |
CMYK | 0.13 | 0 | 0.07 | 0.08 |
HSL | 147.1º | 0.42% | 0.86% | - |
HSV(B) | 147.1º | 0.13% | 0.92% | - |
XYZ | 66.58 | 76.55 | 76.91 | - |
YUV | 222.79 | 124.73 | 113.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 234 | 217 | 0.13 | 0 | 0.07 | 0.08 | 147.1 | 0.42 | 0.86 |
Hex | CB | EA | D9 | D | 0 | 7 | 8 | 93 | 2A | 56 |
Octal | 313 | 352 | 331 | 15 | 0 | 7 | 10 | 223 | 52 | 126 |
Binary | 11001011 | 11101010 | 11011001 | 1101 | 0 | 111 | 1000 | 10010011 | 101010 | 1010110 |
Color Harmonies of #CBEAD9
Complementary color
Monochromatic Colors of #CBEAD9
Black with #CBEAD9
Text Example
Text Example
White with #CBEAD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEAD9; }
p { color: rgb(203,234,217); }
H1.HeaderClassName
{
color: #CBEAD9;
}
.AnyTagClassName
{
color: #CBEAD9;
}
</style>
background-color css
<style>
a { background-color: #CBEAD9; }
a { background-color: rgb(203,234,217); }
div.DivClassName
{
background-color: #CBEAD9;
}
.BgClassName
{
background-color: #CBEAD9;
}
</style>
border-color css
<style>
span { border-color: #CBEAD9; }
span { border-color: rgb(203,234,217); }
td.TdClassName
{
border-color: #CBEAD9;
}
.TagClassName
{
border-color: #CBEAD9;
}
</style>