Shades of Humming Bird #CBEFE0
Tints of Humming Bird #CBEFE0
RGB
CMYK
RGB Variations
Color information
#CBEFE0 (or 0xCBEFE0) is known color: Humming Bird. HEX triplet: CB, EF and E0. RGB value is (203,239,224). Sum of RGB (Red+Green+Blue) = 203+239+224=666 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.48% from 666); Green value is 239 (93.75% from 255 or 35.89% from 666); Blue value is 224 (87.89% from 255 or 33.63% from 666); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEFE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEFE0 is #34101F. Grayscale: #E2E2E2. Windows color (decimal): -3412000 or 14741451. OLE color: 14741451.
HSL color Cylindrical-coordinate representation of color #CBEFE0: hue angle of 155º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBEFE0 is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 239 | 224 | - |
| CMYK | 0.15 | 0 | 0.06 | 0.06 |
| HSL | 155º | 0.53% | 0.87% | - |
| HSV(B) | 155º | 0.15% | 0.94% | - |
| XYZ | 68.95 | 79.81 | 82.29 | - |
| YUV | 226.53 | 126.57 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 239 | 224 | 0.15 | 0 | 0.06 | 0.06 | 155 | 0.53 | 0.87 |
| Hex | CB | EF | E0 | F | 0 | 6 | 6 | 9B | 35 | 57 |
| Octal | 313 | 357 | 340 | 17 | 0 | 6 | 6 | 233 | 65 | 127 |
| Binary | 11001011 | 11101111 | 11100000 | 1111 | 0 | 110 | 110 | 10011011 | 110101 | 1010111 |
Color Harmonies of #CBEFE0
Complementary color
Monochromatic Colors of #CBEFE0
Black with #CBEFE0
Text Example
Text Example
White with #CBEFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEFE0; }
p { color: rgb(203,239,224); }
H1.HeaderClassName
{
color: #CBEFE0;
}
.AnyTagClassName
{
color: #CBEFE0;
}
</style>
background-color css
<style>
a { background-color: #CBEFE0; }
a { background-color: rgb(203,239,224); }
div.DivClassName
{
background-color: #CBEFE0;
}
.BgClassName
{
background-color: #CBEFE0;
}
</style>
border-color css
<style>
span { border-color: #CBEFE0; }
span { border-color: rgb(203,239,224); }
td.TdClassName
{
border-color: #CBEFE0;
}
.TagClassName
{
border-color: #CBEFE0;
}
</style>