Shades of Humming Bird #CBF2E2
Tints of Humming Bird #CBF2E2
RGB
CMYK
RGB Variations
Color information
#CBF2E2 (or 0xCBF2E2) is known color: Humming Bird. HEX triplet: CB, F2 and E2. RGB value is (203,242,226). Sum of RGB (Red+Green+Blue) = 203+242+226=671 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.25% from 671); Green value is 242 (94.92% from 255 or 36.07% from 671); Blue value is 226 (88.67% from 255 or 33.68% from 671); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF2E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF2E2 is #340D1D. Grayscale: #E4E4E4. Windows color (decimal): -3411230 or 14873291. OLE color: 14873291.
HSL color Cylindrical-coordinate representation of color #CBF2E2: hue angle of 155.38º 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 #CBF2E2 is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 242 | 226 | - |
| CMYK | 0.16 | 0 | 0.07 | 0.05 |
| HSL | 155.38º | 0.6% | 0.87% | - |
| HSV(B) | 155.38º | 0.16% | 0.95% | - |
| XYZ | 70.11 | 81.69 | 84.02 | - |
| YUV | 228.52 | 126.58 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 242 | 226 | 0.16 | 0 | 0.07 | 0.05 | 155.38 | 0.6 | 0.87 |
| Hex | CB | F2 | E2 | 10 | 0 | 7 | 5 | 9B | 3C | 57 |
| Octal | 313 | 362 | 342 | 20 | 0 | 7 | 5 | 233 | 74 | 127 |
| Binary | 11001011 | 11110010 | 11100010 | 10000 | 0 | 111 | 101 | 10011011 | 111100 | 1010111 |
Color Harmonies of #CBF2E2
Complementary color
Monochromatic Colors of #CBF2E2
Black with #CBF2E2
Text Example
Text Example
White with #CBF2E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF2E2; }
p { color: rgb(203,242,226); }
H1.HeaderClassName
{
color: #CBF2E2;
}
.AnyTagClassName
{
color: #CBF2E2;
}
</style>
background-color css
<style>
a { background-color: #CBF2E2; }
a { background-color: rgb(203,242,226); }
div.DivClassName
{
background-color: #CBF2E2;
}
.BgClassName
{
background-color: #CBF2E2;
}
</style>
border-color css
<style>
span { border-color: #CBF2E2; }
span { border-color: rgb(203,242,226); }
td.TdClassName
{
border-color: #CBF2E2;
}
.TagClassName
{
border-color: #CBF2E2;
}
</style>