Shades of Humming Bird #CBFCEC
Tints of Humming Bird #CBFCEC
RGB
CMYK
RGB Variations
Color information
#CBFCEC (or 0xCBFCEC) is known color: Humming Bird. HEX triplet: CB, FC and EC. RGB value is (203,252,236). Sum of RGB (Red+Green+Blue) = 203+252+236=691 (91% of max value = 765). Red value is 203 (79.69% from 255 or 29.38% from 691); Green value is 252 (98.83% from 255 or 36.47% from 691); Blue value is 236 (92.58% from 255 or 34.15% from 691); Max value from RGB is 252 - color contains mainly: green. Hex color #CBFCEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBFCEC is #340313. Grayscale: #EBEBEB. Windows color (decimal): -3408660 or 15531211. OLE color: 15531211.
HSL color Cylindrical-coordinate representation of color #CBFCEC: hue angle of 160.41º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBFCEC is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 252 | 236 | - |
| CMYK | 0.19 | 0 | 0.06 | 0.01 |
| HSL | 160.41º | 0.89% | 0.89% | - |
| HSV(B) | 160.41º | 0.19% | 0.99% | - |
| XYZ | 74.58 | 88.37 | 92.48 | - |
| YUV | 235.53 | 128.27 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 252 | 236 | 0.19 | 0 | 0.06 | 0.01 | 160.41 | 0.89 | 0.89 |
| Hex | CB | FC | EC | 13 | 0 | 6 | 1 | A0 | 59 | 59 |
| Octal | 313 | 374 | 354 | 23 | 0 | 6 | 1 | 240 | 131 | 131 |
| Binary | 11001011 | 11111100 | 11101100 | 10011 | 0 | 110 | 1 | 10100000 | 1011001 | 1011001 |
Color Harmonies of #CBFCEC
Complementary color
Monochromatic Colors of #CBFCEC
Black with #CBFCEC
Text Example
Text Example
White with #CBFCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFCEC; }
p { color: rgb(203,252,236); }
H1.HeaderClassName
{
color: #CBFCEC;
}
.AnyTagClassName
{
color: #CBFCEC;
}
</style>
background-color css
<style>
a { background-color: #CBFCEC; }
a { background-color: rgb(203,252,236); }
div.DivClassName
{
background-color: #CBFCEC;
}
.BgClassName
{
background-color: #CBFCEC;
}
</style>
border-color css
<style>
span { border-color: #CBFCEC; }
span { border-color: rgb(203,252,236); }
td.TdClassName
{
border-color: #CBFCEC;
}
.TagClassName
{
border-color: #CBFCEC;
}
</style>