Shades of Humming Bird #CBFBE5
Tints of Humming Bird #CBFBE5
RGB
CMYK
RGB Variations
Color information
#CBFBE5 (or 0xCBFBE5) is known color: Humming Bird. HEX triplet: CB, FB and E5. RGB value is (203,251,229). Sum of RGB (Red+Green+Blue) = 203+251+229=683 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.72% from 683); Green value is 251 (98.44% from 255 or 36.75% from 683); Blue value is 229 (89.84% from 255 or 33.53% from 683); Max value from RGB is 251 - color contains mainly: green. Hex color #CBFBE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFBE5 is #34041A. Grayscale: #EAEAEA. Windows color (decimal): -3408923 or 15072203. OLE color: 15072203.
HSL color Cylindrical-coordinate representation of color #CBFBE5: hue angle of 152.5º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBFBE5 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 251 | 229 | - |
| CMYK | 0.19 | 0 | 0.09 | 0.02 |
| HSL | 152.5º | 0.86% | 0.89% | - |
| HSV(B) | 152.5º | 0.19% | 0.98% | - |
| XYZ | 73.27 | 87.35 | 87.13 | - |
| YUV | 234.14 | 125.1 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 251 | 229 | 0.19 | 0 | 0.09 | 0.02 | 152.5 | 0.86 | 0.89 |
| Hex | CB | FB | E5 | 13 | 0 | 9 | 2 | 98 | 56 | 59 |
| Octal | 313 | 373 | 345 | 23 | 0 | 11 | 2 | 230 | 126 | 131 |
| Binary | 11001011 | 11111011 | 11100101 | 10011 | 0 | 1001 | 10 | 10011000 | 1010110 | 1011001 |
Color Harmonies of #CBFBE5
Complementary color
Monochromatic Colors of #CBFBE5
Black with #CBFBE5
Text Example
Text Example
White with #CBFBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFBE5; }
p { color: rgb(203,251,229); }
H1.HeaderClassName
{
color: #CBFBE5;
}
.AnyTagClassName
{
color: #CBFBE5;
}
</style>
background-color css
<style>
a { background-color: #CBFBE5; }
a { background-color: rgb(203,251,229); }
div.DivClassName
{
background-color: #CBFBE5;
}
.BgClassName
{
background-color: #CBFBE5;
}
</style>
border-color css
<style>
span { border-color: #CBFBE5; }
span { border-color: rgb(203,251,229); }
td.TdClassName
{
border-color: #CBFBE5;
}
.TagClassName
{
border-color: #CBFBE5;
}
</style>