Shades of Humming Bird #CBFDF0
Tints of Humming Bird #CBFDF0
RGB
CMYK
RGB Variations
Color information
#CBFDF0 (or 0xCBFDF0) is known color: Humming Bird. HEX triplet: CB, FD and F0. RGB value is (203,253,240). Sum of RGB (Red+Green+Blue) = 203+253+240=696 (92% of max value = 765). Red value is 203 (79.69% from 255 or 29.17% from 696); Green value is 253 (99.22% from 255 or 36.35% from 696); Blue value is 240 (94.14% from 255 or 34.48% from 696); Max value from RGB is 253 - color contains mainly: green. Hex color #CBFDF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBFDF0 is #34020F. Grayscale: #ECECEC. Windows color (decimal): -3408400 or 15793611. OLE color: 15793611.
HSL color Cylindrical-coordinate representation of color #CBFDF0: hue angle of 164.4º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBFDF0 is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 253 | 240 | - |
| CMYK | 0.20 | 0 | 0.05 | 0.01 |
| HSL | 164.4º | 0.93% | 0.89% | - |
| HSV(B) | 164.4º | 0.2% | 0.99% | - |
| XYZ | 75.48 | 89.24 | 95.68 | - |
| YUV | 236.57 | 129.94 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 253 | 240 | 0.20 | 0 | 0.05 | 0.01 | 164.4 | 0.93 | 0.89 |
| Hex | CB | FD | F0 | 14 | 0 | 5 | 1 | A4 | 5D | 59 |
| Octal | 313 | 375 | 360 | 24 | 0 | 5 | 1 | 244 | 135 | 131 |
| Binary | 11001011 | 11111101 | 11110000 | 10100 | 0 | 101 | 1 | 10100100 | 1011101 | 1011001 |
Color Harmonies of #CBFDF0
Complementary color
Monochromatic Colors of #CBFDF0
Black with #CBFDF0
Text Example
Text Example
White with #CBFDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFDF0; }
p { color: rgb(203,253,240); }
H1.HeaderClassName
{
color: #CBFDF0;
}
.AnyTagClassName
{
color: #CBFDF0;
}
</style>
background-color css
<style>
a { background-color: #CBFDF0; }
a { background-color: rgb(203,253,240); }
div.DivClassName
{
background-color: #CBFDF0;
}
.BgClassName
{
background-color: #CBFDF0;
}
</style>
border-color css
<style>
span { border-color: #CBFDF0; }
span { border-color: rgb(203,253,240); }
td.TdClassName
{
border-color: #CBFDF0;
}
.TagClassName
{
border-color: #CBFDF0;
}
</style>