Shades of Humming Bird #CBF2E5
Tints of Humming Bird #CBF2E5
RGB
CMYK
RGB Variations
Color information
#CBF2E5 (or 0xCBF2E5) is known color: Humming Bird. HEX triplet: CB, F2 and E5. RGB value is (203,242,229). Sum of RGB (Red+Green+Blue) = 203+242+229=674 (89% of max value = 765). Red value is 203 (79.69% from 255 or 30.12% from 674); Green value is 242 (94.92% from 255 or 35.91% from 674); Blue value is 229 (89.84% from 255 or 33.98% from 674); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF2E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF2E5 is #340D1A. Grayscale: #E4E4E4. Windows color (decimal): -3411227 or 15069899. OLE color: 15069899.
HSL color Cylindrical-coordinate representation of color #CBF2E5: hue angle of 160º 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 #CBF2E5 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 242 | 229 | - |
| CMYK | 0.16 | 0 | 0.05 | 0.05 |
| HSL | 160º | 0.6% | 0.87% | - |
| HSV(B) | 160º | 0.16% | 0.95% | - |
| XYZ | 70.52 | 81.86 | 86.21 | - |
| YUV | 228.86 | 128.08 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 242 | 229 | 0.16 | 0 | 0.05 | 0.05 | 160 | 0.6 | 0.87 |
| Hex | CB | F2 | E5 | 10 | 0 | 5 | 5 | A0 | 3C | 57 |
| Octal | 313 | 362 | 345 | 20 | 0 | 5 | 5 | 240 | 74 | 127 |
| Binary | 11001011 | 11110010 | 11100101 | 10000 | 0 | 101 | 101 | 10100000 | 111100 | 1010111 |
Color Harmonies of #CBF2E5
Complementary color
Monochromatic Colors of #CBF2E5
Black with #CBF2E5
Text Example
Text Example
White with #CBF2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF2E5; }
p { color: rgb(203,242,229); }
H1.HeaderClassName
{
color: #CBF2E5;
}
.AnyTagClassName
{
color: #CBF2E5;
}
</style>
background-color css
<style>
a { background-color: #CBF2E5; }
a { background-color: rgb(203,242,229); }
div.DivClassName
{
background-color: #CBF2E5;
}
.BgClassName
{
background-color: #CBF2E5;
}
</style>
border-color css
<style>
span { border-color: #CBF2E5; }
span { border-color: rgb(203,242,229); }
td.TdClassName
{
border-color: #CBF2E5;
}
.TagClassName
{
border-color: #CBF2E5;
}
</style>