Shades of Aero Blue #CBF6DB
Tints of Aero Blue #CBF6DB
RGB
CMYK
RGB Variations
Color information
#CBF6DB (or 0xCBF6DB) is known color: Aero Blue. HEX triplet: CB, F6 and DB. RGB value is (203,246,219). Sum of RGB (Red+Green+Blue) = 203+246+219=668 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.39% from 668); Green value is 246 (96.48% from 255 or 36.83% from 668); Blue value is 219 (85.94% from 255 or 32.78% from 668); Max value from RGB is 246 - color contains mainly: green. Hex color #CBF6DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF6DB is #340924. Grayscale: #E6E6E6. Windows color (decimal): -3410213 or 14415563. OLE color: 14415563.
HSL color Cylindrical-coordinate representation of color #CBF6DB: hue angle of 142.33º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBF6DB is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 246 | 219 | - |
| CMYK | 0.17 | 0 | 0.11 | 0.04 |
| HSL | 142.33º | 0.7% | 0.88% | - |
| HSV(B) | 142.33º | 0.17% | 0.96% | - |
| XYZ | 70.37 | 83.72 | 79.47 | - |
| YUV | 230.07 | 121.75 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 246 | 219 | 0.17 | 0 | 0.11 | 0.04 | 142.33 | 0.7 | 0.88 |
| Hex | CB | F6 | DB | 11 | 0 | B | 4 | 8E | 46 | 58 |
| Octal | 313 | 366 | 333 | 21 | 0 | 13 | 4 | 216 | 106 | 130 |
| Binary | 11001011 | 11110110 | 11011011 | 10001 | 0 | 1011 | 100 | 10001110 | 1000110 | 1011000 |
Color Harmonies of #CBF6DB
Complementary color
Monochromatic Colors of #CBF6DB
Black with #CBF6DB
Text Example
Text Example
White with #CBF6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF6DB; }
p { color: rgb(203,246,219); }
H1.HeaderClassName
{
color: #CBF6DB;
}
.AnyTagClassName
{
color: #CBF6DB;
}
</style>
background-color css
<style>
a { background-color: #CBF6DB; }
a { background-color: rgb(203,246,219); }
div.DivClassName
{
background-color: #CBF6DB;
}
.BgClassName
{
background-color: #CBF6DB;
}
</style>
border-color css
<style>
span { border-color: #CBF6DB; }
span { border-color: rgb(203,246,219); }
td.TdClassName
{
border-color: #CBF6DB;
}
.TagClassName
{
border-color: #CBF6DB;
}
</style>