Shades of Humming Bird #CBEFE1
Tints of Humming Bird #CBEFE1
RGB
CMYK
RGB Variations
Color information
#CBEFE1 (or 0xCBEFE1) is known color: Humming Bird. HEX triplet: CB, EF and E1. RGB value is (203,239,225). Sum of RGB (Red+Green+Blue) = 203+239+225=667 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.43% from 667); Green value is 239 (93.75% from 255 or 35.83% from 667); Blue value is 225 (88.28% from 255 or 33.73% from 667); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEFE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEFE1 is #34101E. Grayscale: #E2E2E2. Windows color (decimal): -3411999 or 14806987. OLE color: 14806987.
HSL color Cylindrical-coordinate representation of color #CBEFE1: hue angle of 156.67º 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 #CBEFE1 is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 239 | 225 | - |
| CMYK | 0.15 | 0 | 0.06 | 0.06 |
| HSL | 156.67º | 0.53% | 0.87% | - |
| HSV(B) | 156.67º | 0.15% | 0.94% | - |
| XYZ | 69.09 | 79.87 | 83.01 | - |
| YUV | 226.64 | 127.07 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 239 | 225 | 0.15 | 0 | 0.06 | 0.06 | 156.67 | 0.53 | 0.87 |
| Hex | CB | EF | E1 | F | 0 | 6 | 6 | 9D | 35 | 57 |
| Octal | 313 | 357 | 341 | 17 | 0 | 6 | 6 | 235 | 65 | 127 |
| Binary | 11001011 | 11101111 | 11100001 | 1111 | 0 | 110 | 110 | 10011101 | 110101 | 1010111 |
Color Harmonies of #CBEFE1
Complementary color
Monochromatic Colors of #CBEFE1
Black with #CBEFE1
Text Example
Text Example
White with #CBEFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEFE1; }
p { color: rgb(203,239,225); }
H1.HeaderClassName
{
color: #CBEFE1;
}
.AnyTagClassName
{
color: #CBEFE1;
}
</style>
background-color css
<style>
a { background-color: #CBEFE1; }
a { background-color: rgb(203,239,225); }
div.DivClassName
{
background-color: #CBEFE1;
}
.BgClassName
{
background-color: #CBEFE1;
}
</style>
border-color css
<style>
span { border-color: #CBEFE1; }
span { border-color: rgb(203,239,225); }
td.TdClassName
{
border-color: #CBEFE1;
}
.TagClassName
{
border-color: #CBEFE1;
}
</style>