Shades of Aero Blue #CBF4DB
Tints of Aero Blue #CBF4DB
RGB
CMYK
RGB Variations
Color information
#CBF4DB (or 0xCBF4DB) is known color: Aero Blue. HEX triplet: CB, F4 and DB. RGB value is (203,244,219). Sum of RGB (Red+Green+Blue) = 203+244+219=666 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.48% from 666); Green value is 244 (95.70% from 255 or 36.64% from 666); Blue value is 219 (85.94% from 255 or 32.88% from 666); Max value from RGB is 244 - color contains mainly: green. Hex color #CBF4DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF4DB is #340B24. Grayscale: #E4E4E4. Windows color (decimal): -3410725 or 14415051. OLE color: 14415051.
HSL color Cylindrical-coordinate representation of color #CBF4DB: hue angle of 143.41º degrees, saturation: 0.65, 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 #CBF4DB is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 244 | 219 | - |
| CMYK | 0.17 | 0 | 0.10 | 0.04 |
| HSL | 143.41º | 0.65% | 0.88% | - |
| HSV(B) | 143.41º | 0.17% | 0.96% | - |
| XYZ | 69.77 | 82.51 | 79.27 | - |
| YUV | 228.89 | 122.42 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 244 | 219 | 0.17 | 0 | 0.10 | 0.04 | 143.41 | 0.65 | 0.88 |
| Hex | CB | F4 | DB | 11 | 0 | A | 4 | 8F | 41 | 58 |
| Octal | 313 | 364 | 333 | 21 | 0 | 12 | 4 | 217 | 101 | 130 |
| Binary | 11001011 | 11110100 | 11011011 | 10001 | 0 | 1010 | 100 | 10001111 | 1000001 | 1011000 |
Color Harmonies of #CBF4DB
Complementary color
Monochromatic Colors of #CBF4DB
Black with #CBF4DB
Text Example
Text Example
White with #CBF4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF4DB; }
p { color: rgb(203,244,219); }
H1.HeaderClassName
{
color: #CBF4DB;
}
.AnyTagClassName
{
color: #CBF4DB;
}
</style>
background-color css
<style>
a { background-color: #CBF4DB; }
a { background-color: rgb(203,244,219); }
div.DivClassName
{
background-color: #CBF4DB;
}
.BgClassName
{
background-color: #CBF4DB;
}
</style>
border-color css
<style>
span { border-color: #CBF4DB; }
span { border-color: rgb(203,244,219); }
td.TdClassName
{
border-color: #CBF4DB;
}
.TagClassName
{
border-color: #CBF4DB;
}
</style>