Shades of Humming Bird #CBF2EA
Tints of Humming Bird #CBF2EA
RGB
CMYK
RGB Variations
Color information
#CBF2EA (or 0xCBF2EA) is known color: Humming Bird. HEX triplet: CB, F2 and EA. RGB value is (203,242,234). Sum of RGB (Red+Green+Blue) = 203+242+234=679 (89% of max value = 765). Red value is 203 (79.69% from 255 or 29.90% from 679); Green value is 242 (94.92% from 255 or 35.64% from 679); Blue value is 234 (91.80% from 255 or 34.46% from 679); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF2EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBF2EA is #340D15. Grayscale: #E5E5E5. Windows color (decimal): -3411222 or 15397579. OLE color: 15397579.
HSL color Cylindrical-coordinate representation of color #CBF2EA: hue angle of 167.69º 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 #CBF2EA is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 242 | 234 | - |
| CMYK | 0.16 | 0 | 0.03 | 0.05 |
| HSL | 167.69º | 0.6% | 0.87% | - |
| HSV(B) | 167.69º | 0.16% | 0.95% | - |
| XYZ | 71.23 | 82.14 | 89.94 | - |
| YUV | 229.43 | 130.58 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 242 | 234 | 0.16 | 0 | 0.03 | 0.05 | 167.69 | 0.6 | 0.87 |
| Hex | CB | F2 | EA | 10 | 0 | 3 | 5 | A8 | 3C | 57 |
| Octal | 313 | 362 | 352 | 20 | 0 | 3 | 5 | 250 | 74 | 127 |
| Binary | 11001011 | 11110010 | 11101010 | 10000 | 0 | 11 | 101 | 10101000 | 111100 | 1010111 |
Color Harmonies of #CBF2EA
Complementary color
Monochromatic Colors of #CBF2EA
Black with #CBF2EA
Text Example
Text Example
White with #CBF2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF2EA; }
p { color: rgb(203,242,234); }
H1.HeaderClassName
{
color: #CBF2EA;
}
.AnyTagClassName
{
color: #CBF2EA;
}
</style>
background-color css
<style>
a { background-color: #CBF2EA; }
a { background-color: rgb(203,242,234); }
div.DivClassName
{
background-color: #CBF2EA;
}
.BgClassName
{
background-color: #CBF2EA;
}
</style>
border-color css
<style>
span { border-color: #CBF2EA; }
span { border-color: rgb(203,242,234); }
td.TdClassName
{
border-color: #CBF2EA;
}
.TagClassName
{
border-color: #CBF2EA;
}
</style>