Shades of Aero Blue #CBEDDA
Tints of Aero Blue #CBEDDA
RGB
CMYK
RGB Variations
Color information
#CBEDDA (or 0xCBEDDA) is known color: Aero Blue. HEX triplet: CB, ED and DA. RGB value is (203,237,218). Sum of RGB (Red+Green+Blue) = 203+237+218=658 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.85% from 658); Green value is 237 (92.97% from 255 or 36.02% from 658); Blue value is 218 (85.55% from 255 or 33.13% from 658); Max value from RGB is 237 - color contains mainly: green. Hex color #CBEDDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEDDA is #341225. Grayscale: #E0E0E0. Windows color (decimal): -3412518 or 14347723. OLE color: 14347723.
HSL color Cylindrical-coordinate representation of color #CBEDDA: hue angle of 146.47º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBEDDA is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 237 | 218 | - |
| CMYK | 0.14 | 0 | 0.08 | 0.07 |
| HSL | 146.47º | 0.49% | 0.86% | - |
| HSV(B) | 146.47º | 0.14% | 0.93% | - |
| XYZ | 67.57 | 78.33 | 77.89 | - |
| YUV | 224.67 | 124.24 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 237 | 218 | 0.14 | 0 | 0.08 | 0.07 | 146.47 | 0.49 | 0.86 |
| Hex | CB | ED | DA | E | 0 | 8 | 7 | 92 | 31 | 56 |
| Octal | 313 | 355 | 332 | 16 | 0 | 10 | 7 | 222 | 61 | 126 |
| Binary | 11001011 | 11101101 | 11011010 | 1110 | 0 | 1000 | 111 | 10010010 | 110001 | 1010110 |
Color Harmonies of #CBEDDA
Complementary color
Monochromatic Colors of #CBEDDA
Black with #CBEDDA
Text Example
Text Example
White with #CBEDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEDDA; }
p { color: rgb(203,237,218); }
H1.HeaderClassName
{
color: #CBEDDA;
}
.AnyTagClassName
{
color: #CBEDDA;
}
</style>
background-color css
<style>
a { background-color: #CBEDDA; }
a { background-color: rgb(203,237,218); }
div.DivClassName
{
background-color: #CBEDDA;
}
.BgClassName
{
background-color: #CBEDDA;
}
</style>
border-color css
<style>
span { border-color: #CBEDDA; }
span { border-color: rgb(203,237,218); }
td.TdClassName
{
border-color: #CBEDDA;
}
.TagClassName
{
border-color: #CBEDDA;
}
</style>