Shades of Aero Blue #CBEEDA
Tints of Aero Blue #CBEEDA
RGB
CMYK
RGB Variations
Color information
#CBEEDA (or 0xCBEEDA) is known color: Aero Blue. HEX triplet: CB, EE and DA. RGB value is (203,238,218). Sum of RGB (Red+Green+Blue) = 203+238+218=659 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.80% from 659); Green value is 238 (93.36% from 255 or 36.12% from 659); Blue value is 218 (85.55% from 255 or 33.08% from 659); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEEDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEEDA is #341125. Grayscale: #E1E1E1. Windows color (decimal): -3412262 or 14347979. OLE color: 14347979.
HSL color Cylindrical-coordinate representation of color #CBEEDA: hue angle of 145.71º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBEEDA is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 203 | 238 | 218 | - |
CMYK | 0.15 | 0 | 0.08 | 0.07 |
HSL | 145.71º | 0.51% | 0.86% | - |
HSV(B) | 145.71º | 0.15% | 0.93% | - |
XYZ | 67.86 | 78.91 | 77.98 | - |
YUV | 225.26 | 123.9 | 112.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 238 | 218 | 0.15 | 0 | 0.08 | 0.07 | 145.71 | 0.51 | 0.86 |
Hex | CB | EE | DA | F | 0 | 8 | 7 | 92 | 33 | 56 |
Octal | 313 | 356 | 332 | 17 | 0 | 10 | 7 | 222 | 63 | 126 |
Binary | 11001011 | 11101110 | 11011010 | 1111 | 0 | 1000 | 111 | 10010010 | 110011 | 1010110 |
Color Harmonies of #CBEEDA
Complementary color
Monochromatic Colors of #CBEEDA
Black with #CBEEDA
Text Example
Text Example
White with #CBEEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEEDA; }
p { color: rgb(203,238,218); }
H1.HeaderClassName
{
color: #CBEEDA;
}
.AnyTagClassName
{
color: #CBEEDA;
}
</style>
background-color css
<style>
a { background-color: #CBEEDA; }
a { background-color: rgb(203,238,218); }
div.DivClassName
{
background-color: #CBEEDA;
}
.BgClassName
{
background-color: #CBEEDA;
}
</style>
border-color css
<style>
span { border-color: #CBEEDA; }
span { border-color: rgb(203,238,218); }
td.TdClassName
{
border-color: #CBEEDA;
}
.TagClassName
{
border-color: #CBEEDA;
}
</style>