Shades of Aero Blue #CBEDDB
Tints of Aero Blue #CBEDDB
RGB
CMYK
RGB Variations
Color information
#CBEDDB (or 0xCBEDDB) is known color: Aero Blue. HEX triplet: CB, ED and DB. RGB value is (203,237,219). Sum of RGB (Red+Green+Blue) = 203+237+219=659 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.80% from 659); Green value is 237 (92.97% from 255 or 35.96% from 659); Blue value is 219 (85.94% from 255 or 33.23% from 659); Max value from RGB is 237 - color contains mainly: green. Hex color #CBEDDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEDDB is #341224. Grayscale: #E0E0E0. Windows color (decimal): -3412517 or 14413259. OLE color: 14413259.
HSL color Cylindrical-coordinate representation of color #CBEDDB: hue angle of 148.24º 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 #CBEDDB is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 203 | 237 | 219 | - |
CMYK | 0.14 | 0 | 0.08 | 0.07 |
HSL | 148.24º | 0.49% | 0.86% | - |
HSV(B) | 148.24º | 0.14% | 0.93% | - |
XYZ | 67.7 | 78.38 | 78.58 | - |
YUV | 224.78 | 124.74 | 112.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 237 | 219 | 0.14 | 0 | 0.08 | 0.07 | 148.24 | 0.49 | 0.86 |
Hex | CB | ED | DB | E | 0 | 8 | 7 | 94 | 31 | 56 |
Octal | 313 | 355 | 333 | 16 | 0 | 10 | 7 | 224 | 61 | 126 |
Binary | 11001011 | 11101101 | 11011011 | 1110 | 0 | 1000 | 111 | 10010100 | 110001 | 1010110 |
Color Harmonies of #CBEDDB
Complementary color
Monochromatic Colors of #CBEDDB
Black with #CBEDDB
Text Example
Text Example
White with #CBEDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEDDB; }
p { color: rgb(203,237,219); }
H1.HeaderClassName
{
color: #CBEDDB;
}
.AnyTagClassName
{
color: #CBEDDB;
}
</style>
background-color css
<style>
a { background-color: #CBEDDB; }
a { background-color: rgb(203,237,219); }
div.DivClassName
{
background-color: #CBEDDB;
}
.BgClassName
{
background-color: #CBEDDB;
}
</style>
border-color css
<style>
span { border-color: #CBEDDB; }
span { border-color: rgb(203,237,219); }
td.TdClassName
{
border-color: #CBEDDB;
}
.TagClassName
{
border-color: #CBEDDB;
}
</style>