Shades of Aero Blue #CBF8DB
Tints of Aero Blue #CBF8DB
RGB
CMYK
RGB Variations
Color information
#CBF8DB (or 0xCBF8DB) is known color: Aero Blue. HEX triplet: CB, F8 and DB. RGB value is (203,248,219). Sum of RGB (Red+Green+Blue) = 203+248+219=670 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.30% from 670); Green value is 248 (97.27% from 255 or 37.01% from 670); Blue value is 219 (85.94% from 255 or 32.69% from 670); Max value from RGB is 248 - color contains mainly: green. Hex color #CBF8DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF8DB is #340724. Grayscale: #E7E7E7. Windows color (decimal): -3409701 or 14416075. OLE color: 14416075.
HSL color Cylindrical-coordinate representation of color #CBF8DB: hue angle of 141.33º degrees, saturation: 0.76, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBF8DB is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 248 | 219 | - |
| CMYK | 0.18 | 0 | 0.12 | 0.03 |
| HSL | 141.33º | 0.76% | 0.88% | - |
| HSV(B) | 141.33º | 0.18% | 0.97% | - |
| XYZ | 70.98 | 84.95 | 79.67 | - |
| YUV | 231.24 | 121.09 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 248 | 219 | 0.18 | 0 | 0.12 | 0.03 | 141.33 | 0.76 | 0.88 |
| Hex | CB | F8 | DB | 12 | 0 | C | 3 | 8D | 4C | 58 |
| Octal | 313 | 370 | 333 | 22 | 0 | 14 | 3 | 215 | 114 | 130 |
| Binary | 11001011 | 11111000 | 11011011 | 10010 | 0 | 1100 | 11 | 10001101 | 1001100 | 1011000 |
Color Harmonies of #CBF8DB
Complementary color
Monochromatic Colors of #CBF8DB
Black with #CBF8DB
Text Example
Text Example
White with #CBF8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF8DB; }
p { color: rgb(203,248,219); }
H1.HeaderClassName
{
color: #CBF8DB;
}
.AnyTagClassName
{
color: #CBF8DB;
}
</style>
background-color css
<style>
a { background-color: #CBF8DB; }
a { background-color: rgb(203,248,219); }
div.DivClassName
{
background-color: #CBF8DB;
}
.BgClassName
{
background-color: #CBF8DB;
}
</style>
border-color css
<style>
span { border-color: #CBF8DB; }
span { border-color: rgb(203,248,219); }
td.TdClassName
{
border-color: #CBF8DB;
}
.TagClassName
{
border-color: #CBF8DB;
}
</style>