Shades of Aero Blue #CBF1DA
Tints of Aero Blue #CBF1DA
RGB
CMYK
RGB Variations
Color information
#CBF1DA (or 0xCBF1DA) is known color: Aero Blue. HEX triplet: CB, F1 and DA. RGB value is (203,241,218). Sum of RGB (Red+Green+Blue) = 203+241+218=662 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.66% from 662); Green value is 241 (94.53% from 255 or 36.40% from 662); Blue value is 218 (85.55% from 255 or 32.93% from 662); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF1DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF1DA is #340E25. Grayscale: #E3E3E3. Windows color (decimal): -3411494 or 14348747. OLE color: 14348747.
HSL color Cylindrical-coordinate representation of color #CBF1DA: hue angle of 143.68º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBF1DA is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 241 | 218 | - |
| CMYK | 0.16 | 0 | 0.10 | 0.05 |
| HSL | 143.68º | 0.58% | 0.87% | - |
| HSV(B) | 143.68º | 0.16% | 0.95% | - |
| XYZ | 68.74 | 80.67 | 78.28 | - |
| YUV | 227.02 | 122.91 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 241 | 218 | 0.16 | 0 | 0.10 | 0.05 | 143.68 | 0.58 | 0.87 |
| Hex | CB | F1 | DA | 10 | 0 | A | 5 | 90 | 3A | 57 |
| Octal | 313 | 361 | 332 | 20 | 0 | 12 | 5 | 220 | 72 | 127 |
| Binary | 11001011 | 11110001 | 11011010 | 10000 | 0 | 1010 | 101 | 10010000 | 111010 | 1010111 |
Color Harmonies of #CBF1DA
Complementary color
Monochromatic Colors of #CBF1DA
Black with #CBF1DA
Text Example
Text Example
White with #CBF1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF1DA; }
p { color: rgb(203,241,218); }
H1.HeaderClassName
{
color: #CBF1DA;
}
.AnyTagClassName
{
color: #CBF1DA;
}
</style>
background-color css
<style>
a { background-color: #CBF1DA; }
a { background-color: rgb(203,241,218); }
div.DivClassName
{
background-color: #CBF1DA;
}
.BgClassName
{
background-color: #CBF1DA;
}
</style>
border-color css
<style>
span { border-color: #CBF1DA; }
span { border-color: rgb(203,241,218); }
td.TdClassName
{
border-color: #CBF1DA;
}
.TagClassName
{
border-color: #CBF1DA;
}
</style>