Shades of Humming Bird #CBFDE6
Tints of Humming Bird #CBFDE6
RGB
CMYK
RGB Variations
Color information
#CBFDE6 (or 0xCBFDE6) is known color: Humming Bird. HEX triplet: CB, FD and E6. RGB value is (203,253,230). Sum of RGB (Red+Green+Blue) = 203+253+230=686 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.59% from 686); Green value is 253 (99.22% from 255 or 36.88% from 686); Blue value is 230 (90.23% from 255 or 33.53% from 686); Max value from RGB is 253 - color contains mainly: green. Hex color #CBFDE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBFDE6 is #340219. Grayscale: #EBEBEB. Windows color (decimal): -3408410 or 15138251. OLE color: 15138251.
HSL color Cylindrical-coordinate representation of color #CBFDE6: hue angle of 152.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 #CBFDE6 is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 253 | 230 | - |
| CMYK | 0.20 | 0 | 0.09 | 0.01 |
| HSL | 152.4º | 0.93% | 0.89% | - |
| HSV(B) | 152.4º | 0.2% | 0.99% | - |
| XYZ | 74.04 | 88.66 | 88.07 | - |
| YUV | 235.43 | 124.94 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 253 | 230 | 0.20 | 0 | 0.09 | 0.01 | 152.4 | 0.93 | 0.89 |
| Hex | CB | FD | E6 | 14 | 0 | 9 | 1 | 98 | 5D | 59 |
| Octal | 313 | 375 | 346 | 24 | 0 | 11 | 1 | 230 | 135 | 131 |
| Binary | 11001011 | 11111101 | 11100110 | 10100 | 0 | 1001 | 1 | 10011000 | 1011101 | 1011001 |
Color Harmonies of #CBFDE6
Complementary color
Monochromatic Colors of #CBFDE6
Black with #CBFDE6
Text Example
Text Example
White with #CBFDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFDE6; }
p { color: rgb(203,253,230); }
H1.HeaderClassName
{
color: #CBFDE6;
}
.AnyTagClassName
{
color: #CBFDE6;
}
</style>
background-color css
<style>
a { background-color: #CBFDE6; }
a { background-color: rgb(203,253,230); }
div.DivClassName
{
background-color: #CBFDE6;
}
.BgClassName
{
background-color: #CBFDE6;
}
</style>
border-color css
<style>
span { border-color: #CBFDE6; }
span { border-color: rgb(203,253,230); }
td.TdClassName
{
border-color: #CBFDE6;
}
.TagClassName
{
border-color: #CBFDE6;
}
</style>