Shades of Humming Bird #CBF8EC
Tints of Humming Bird #CBF8EC
RGB
CMYK
RGB Variations
Color information
#CBF8EC (or 0xCBF8EC) is known color: Humming Bird. HEX triplet: CB, F8 and EC. RGB value is (203,248,236). Sum of RGB (Red+Green+Blue) = 203+248+236=687 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.55% from 687); Green value is 248 (97.27% from 255 or 36.10% from 687); Blue value is 236 (92.58% from 255 or 34.35% from 687); Max value from RGB is 248 - color contains mainly: green. Hex color #CBF8EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBF8EC is #340713. Grayscale: #E9E9E9. Windows color (decimal): -3409684 or 15530187. OLE color: 15530187.
HSL color Cylindrical-coordinate representation of color #CBF8EC: hue angle of 164º 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 #CBF8EC is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 248 | 236 | - |
| CMYK | 0.18 | 0 | 0.05 | 0.03 |
| HSL | 164º | 0.76% | 0.88% | - |
| HSV(B) | 164º | 0.18% | 0.97% | - |
| XYZ | 73.34 | 85.89 | 92.07 | - |
| YUV | 233.18 | 129.59 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 248 | 236 | 0.18 | 0 | 0.05 | 0.03 | 164 | 0.76 | 0.88 |
| Hex | CB | F8 | EC | 12 | 0 | 5 | 3 | A4 | 4C | 58 |
| Octal | 313 | 370 | 354 | 22 | 0 | 5 | 3 | 244 | 114 | 130 |
| Binary | 11001011 | 11111000 | 11101100 | 10010 | 0 | 101 | 11 | 10100100 | 1001100 | 1011000 |
Color Harmonies of #CBF8EC
Complementary color
Monochromatic Colors of #CBF8EC
Black with #CBF8EC
Text Example
Text Example
White with #CBF8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF8EC; }
p { color: rgb(203,248,236); }
H1.HeaderClassName
{
color: #CBF8EC;
}
.AnyTagClassName
{
color: #CBF8EC;
}
</style>
background-color css
<style>
a { background-color: #CBF8EC; }
a { background-color: rgb(203,248,236); }
div.DivClassName
{
background-color: #CBF8EC;
}
.BgClassName
{
background-color: #CBF8EC;
}
</style>
border-color css
<style>
span { border-color: #CBF8EC; }
span { border-color: rgb(203,248,236); }
td.TdClassName
{
border-color: #CBF8EC;
}
.TagClassName
{
border-color: #CBF8EC;
}
</style>