Shades of Humming Bird #CBFBED
Tints of Humming Bird #CBFBED
RGB
CMYK
RGB Variations
Color information
#CBFBED (or 0xCBFBED) is known color: Humming Bird. HEX triplet: CB, FB and ED. RGB value is (203,251,237). Sum of RGB (Red+Green+Blue) = 203+251+237=691 (91% of max value = 765). Red value is 203 (79.69% from 255 or 29.38% from 691); Green value is 251 (98.44% from 255 or 36.32% from 691); Blue value is 237 (92.97% from 255 or 34.30% from 691); Max value from RGB is 251 - color contains mainly: green. Hex color #CBFBED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBFBED is #340412. Grayscale: #EBEBEB. Windows color (decimal): -3408915 or 15596491. OLE color: 15596491.
HSL color Cylindrical-coordinate representation of color #CBFBED: hue angle of 162.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 #CBFBED is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 251 | 237 | - |
| CMYK | 0.19 | 0 | 0.06 | 0.02 |
| HSL | 162.5º | 0.86% | 0.89% | - |
| HSV(B) | 162.5º | 0.19% | 0.98% | - |
| XYZ | 74.41 | 87.81 | 93.15 | - |
| YUV | 235.05 | 129.1 | 105.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 251 | 237 | 0.19 | 0 | 0.06 | 0.02 | 162.5 | 0.86 | 0.89 |
| Hex | CB | FB | ED | 13 | 0 | 6 | 2 | A2 | 56 | 59 |
| Octal | 313 | 373 | 355 | 23 | 0 | 6 | 2 | 242 | 126 | 131 |
| Binary | 11001011 | 11111011 | 11101101 | 10011 | 0 | 110 | 10 | 10100010 | 1010110 | 1011001 |
Color Harmonies of #CBFBED
Complementary color
Monochromatic Colors of #CBFBED
Black with #CBFBED
Text Example
Text Example
White with #CBFBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFBED; }
p { color: rgb(203,251,237); }
H1.HeaderClassName
{
color: #CBFBED;
}
.AnyTagClassName
{
color: #CBFBED;
}
</style>
background-color css
<style>
a { background-color: #CBFBED; }
a { background-color: rgb(203,251,237); }
div.DivClassName
{
background-color: #CBFBED;
}
.BgClassName
{
background-color: #CBFBED;
}
</style>
border-color css
<style>
span { border-color: #CBFBED; }
span { border-color: rgb(203,251,237); }
td.TdClassName
{
border-color: #CBFBED;
}
.TagClassName
{
border-color: #CBFBED;
}
</style>