Shades of Humming Bird #CBF2E8
Tints of Humming Bird #CBF2E8
RGB
CMYK
RGB Variations
Color information
#CBF2E8 (or 0xCBF2E8) is known color: Humming Bird. HEX triplet: CB, F2 and E8. RGB value is (203,242,232). Sum of RGB (Red+Green+Blue) = 203+242+232=677 (89% of max value = 765). Red value is 203 (79.69% from 255 or 29.99% from 677); Green value is 242 (94.92% from 255 or 35.75% from 677); Blue value is 232 (91.02% from 255 or 34.27% from 677); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF2E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBF2E8 is #340D17. Grayscale: #E5E5E5. Windows color (decimal): -3411224 or 15266507. OLE color: 15266507.
HSL color Cylindrical-coordinate representation of color #CBF2E8: hue angle of 164.62º degrees, saturation: 0.6, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBF2E8 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 242 | 232 | - |
| CMYK | 0.16 | 0 | 0.04 | 0.05 |
| HSL | 164.62º | 0.6% | 0.87% | - |
| HSV(B) | 164.62º | 0.16% | 0.95% | - |
| XYZ | 70.95 | 82.03 | 88.44 | - |
| YUV | 229.2 | 129.58 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 242 | 232 | 0.16 | 0 | 0.04 | 0.05 | 164.62 | 0.6 | 0.87 |
| Hex | CB | F2 | E8 | 10 | 0 | 4 | 5 | A5 | 3C | 57 |
| Octal | 313 | 362 | 350 | 20 | 0 | 4 | 5 | 245 | 74 | 127 |
| Binary | 11001011 | 11110010 | 11101000 | 10000 | 0 | 100 | 101 | 10100101 | 111100 | 1010111 |
Color Harmonies of #CBF2E8
Complementary color
Monochromatic Colors of #CBF2E8
Black with #CBF2E8
Text Example
Text Example
White with #CBF2E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF2E8; }
p { color: rgb(203,242,232); }
H1.HeaderClassName
{
color: #CBF2E8;
}
.AnyTagClassName
{
color: #CBF2E8;
}
</style>
background-color css
<style>
a { background-color: #CBF2E8; }
a { background-color: rgb(203,242,232); }
div.DivClassName
{
background-color: #CBF2E8;
}
.BgClassName
{
background-color: #CBF2E8;
}
</style>
border-color css
<style>
span { border-color: #CBF2E8; }
span { border-color: rgb(203,242,232); }
td.TdClassName
{
border-color: #CBF2E8;
}
.TagClassName
{
border-color: #CBF2E8;
}
</style>