Shades of Aero Blue #CBF0DB
Tints of Aero Blue #CBF0DB
RGB
CMYK
RGB Variations
Color information
#CBF0DB (or 0xCBF0DB) is known color: Aero Blue. HEX triplet: CB, F0 and DB. RGB value is (203,240,219). Sum of RGB (Red+Green+Blue) = 203+240+219=662 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.66% from 662); Green value is 240 (94.14% from 255 or 36.25% from 662); Blue value is 219 (85.94% from 255 or 33.08% from 662); Max value from RGB is 240 - color contains mainly: green. Hex color #CBF0DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF0DB is #340F24. Grayscale: #E2E2E2. Windows color (decimal): -3411749 or 14414027. OLE color: 14414027.
HSL color Cylindrical-coordinate representation of color #CBF0DB: hue angle of 145.95º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBF0DB is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 240 | 219 | - |
| CMYK | 0.15 | 0 | 0.09 | 0.06 |
| HSL | 145.95º | 0.55% | 0.87% | - |
| HSV(B) | 145.95º | 0.15% | 0.94% | - |
| XYZ | 68.57 | 80.13 | 78.87 | - |
| YUV | 226.54 | 123.74 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 240 | 219 | 0.15 | 0 | 0.09 | 0.06 | 145.95 | 0.55 | 0.87 |
| Hex | CB | F0 | DB | F | 0 | 9 | 6 | 92 | 37 | 57 |
| Octal | 313 | 360 | 333 | 17 | 0 | 11 | 6 | 222 | 67 | 127 |
| Binary | 11001011 | 11110000 | 11011011 | 1111 | 0 | 1001 | 110 | 10010010 | 110111 | 1010111 |
Color Harmonies of #CBF0DB
Complementary color
Monochromatic Colors of #CBF0DB
Black with #CBF0DB
Text Example
Text Example
White with #CBF0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF0DB; }
p { color: rgb(203,240,219); }
H1.HeaderClassName
{
color: #CBF0DB;
}
.AnyTagClassName
{
color: #CBF0DB;
}
</style>
background-color css
<style>
a { background-color: #CBF0DB; }
a { background-color: rgb(203,240,219); }
div.DivClassName
{
background-color: #CBF0DB;
}
.BgClassName
{
background-color: #CBF0DB;
}
</style>
border-color css
<style>
span { border-color: #CBF0DB; }
span { border-color: rgb(203,240,219); }
td.TdClassName
{
border-color: #CBF0DB;
}
.TagClassName
{
border-color: #CBF0DB;
}
</style>