Shades of Humming Bird #CBEEE0
Tints of Humming Bird #CBEEE0
RGB
CMYK
RGB Variations
Color information
#CBEEE0 (or 0xCBEEE0) is known color: Humming Bird. HEX triplet: CB, EE and E0. RGB value is (203,238,224). Sum of RGB (Red+Green+Blue) = 203+238+224=665 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.53% from 665); Green value is 238 (93.36% from 255 or 35.79% from 665); Blue value is 224 (87.89% from 255 or 33.68% from 665); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEEE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEEE0 is #34111F. Grayscale: #E1E1E1. Windows color (decimal): -3412256 or 14741195. OLE color: 14741195.
HSL color Cylindrical-coordinate representation of color #CBEEE0: hue angle of 156º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBEEE0 is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 238 | 224 | - |
| CMYK | 0.15 | 0 | 0.06 | 0.07 |
| HSL | 156º | 0.51% | 0.86% | - |
| HSV(B) | 156º | 0.15% | 0.93% | - |
| XYZ | 68.66 | 79.23 | 82.19 | - |
| YUV | 225.94 | 126.9 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 238 | 224 | 0.15 | 0 | 0.06 | 0.07 | 156 | 0.51 | 0.86 |
| Hex | CB | EE | E0 | F | 0 | 6 | 7 | 9C | 33 | 56 |
| Octal | 313 | 356 | 340 | 17 | 0 | 6 | 7 | 234 | 63 | 126 |
| Binary | 11001011 | 11101110 | 11100000 | 1111 | 0 | 110 | 111 | 10011100 | 110011 | 1010110 |
Color Harmonies of #CBEEE0
Complementary color
Monochromatic Colors of #CBEEE0
Black with #CBEEE0
Text Example
Text Example
White with #CBEEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEEE0; }
p { color: rgb(203,238,224); }
H1.HeaderClassName
{
color: #CBEEE0;
}
.AnyTagClassName
{
color: #CBEEE0;
}
</style>
background-color css
<style>
a { background-color: #CBEEE0; }
a { background-color: rgb(203,238,224); }
div.DivClassName
{
background-color: #CBEEE0;
}
.BgClassName
{
background-color: #CBEEE0;
}
</style>
border-color css
<style>
span { border-color: #CBEEE0; }
span { border-color: rgb(203,238,224); }
td.TdClassName
{
border-color: #CBEEE0;
}
.TagClassName
{
border-color: #CBEEE0;
}
</style>