Shades of Humming Bird #CBF7E5
Tints of Humming Bird #CBF7E5
RGB
CMYK
RGB Variations
Color information
#CBF7E5 (or 0xCBF7E5) is known color: Humming Bird. HEX triplet: CB, F7 and E5. RGB value is (203,247,229). Sum of RGB (Red+Green+Blue) = 203+247+229=679 (89% of max value = 765). Red value is 203 (79.69% from 255 or 29.90% from 679); Green value is 247 (96.88% from 255 or 36.38% from 679); Blue value is 229 (89.84% from 255 or 33.73% from 679); Max value from RGB is 247 - color contains mainly: green. Hex color #CBF7E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF7E5 is #34081A. Grayscale: #E7E7E7. Windows color (decimal): -3409947 or 15071179. OLE color: 15071179.
HSL color Cylindrical-coordinate representation of color #CBF7E5: hue angle of 155.45º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBF7E5 is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 247 | 229 | - |
| CMYK | 0.18 | 0 | 0.07 | 0.03 |
| HSL | 155.45º | 0.73% | 0.88% | - |
| HSV(B) | 155.45º | 0.18% | 0.97% | - |
| XYZ | 72.03 | 84.88 | 86.71 | - |
| YUV | 231.79 | 126.42 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 247 | 229 | 0.18 | 0 | 0.07 | 0.03 | 155.45 | 0.73 | 0.88 |
| Hex | CB | F7 | E5 | 12 | 0 | 7 | 3 | 9B | 49 | 58 |
| Octal | 313 | 367 | 345 | 22 | 0 | 7 | 3 | 233 | 111 | 130 |
| Binary | 11001011 | 11110111 | 11100101 | 10010 | 0 | 111 | 11 | 10011011 | 1001001 | 1011000 |
Color Harmonies of #CBF7E5
Complementary color
Monochromatic Colors of #CBF7E5
Black with #CBF7E5
Text Example
Text Example
White with #CBF7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF7E5; }
p { color: rgb(203,247,229); }
H1.HeaderClassName
{
color: #CBF7E5;
}
.AnyTagClassName
{
color: #CBF7E5;
}
</style>
background-color css
<style>
a { background-color: #CBF7E5; }
a { background-color: rgb(203,247,229); }
div.DivClassName
{
background-color: #CBF7E5;
}
.BgClassName
{
background-color: #CBF7E5;
}
</style>
border-color css
<style>
span { border-color: #CBF7E5; }
span { border-color: rgb(203,247,229); }
td.TdClassName
{
border-color: #CBF7E5;
}
.TagClassName
{
border-color: #CBF7E5;
}
</style>