Shades of Humming Bird #CBF3EA
Tints of Humming Bird #CBF3EA
RGB
CMYK
RGB Variations
Color information
#CBF3EA (or 0xCBF3EA) is known color: Humming Bird. HEX triplet: CB, F3 and EA. RGB value is (203,243,234). Sum of RGB (Red+Green+Blue) = 203+243+234=680 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.85% from 680); Green value is 243 (95.31% from 255 or 35.74% from 680); Blue value is 234 (91.80% from 255 or 34.41% from 680); Max value from RGB is 243 - color contains mainly: green. Hex color #CBF3EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBF3EA is #340C15. Grayscale: #E6E6E6. Windows color (decimal): -3410966 or 15397835. OLE color: 15397835.
HSL color Cylindrical-coordinate representation of color #CBF3EA: hue angle of 166.5º degrees, saturation: 0.62, 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 #CBF3EA is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 243 | 234 | - |
| CMYK | 0.16 | 0 | 0.04 | 0.05 |
| HSL | 166.5º | 0.63% | 0.87% | - |
| HSV(B) | 166.5º | 0.16% | 0.95% | - |
| XYZ | 71.53 | 82.74 | 90.04 | - |
| YUV | 230.01 | 130.25 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 243 | 234 | 0.16 | 0 | 0.04 | 0.05 | 166.5 | 0.63 | 0.87 |
| Hex | CB | F3 | EA | 10 | 0 | 4 | 5 | A6 | 3E | 57 |
| Octal | 313 | 363 | 352 | 20 | 0 | 4 | 5 | 246 | 76 | 127 |
| Binary | 11001011 | 11110011 | 11101010 | 10000 | 0 | 100 | 101 | 10100110 | 111110 | 1010111 |
Color Harmonies of #CBF3EA
Complementary color
Monochromatic Colors of #CBF3EA
Black with #CBF3EA
Text Example
Text Example
White with #CBF3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF3EA; }
p { color: rgb(203,243,234); }
H1.HeaderClassName
{
color: #CBF3EA;
}
.AnyTagClassName
{
color: #CBF3EA;
}
</style>
background-color css
<style>
a { background-color: #CBF3EA; }
a { background-color: rgb(203,243,234); }
div.DivClassName
{
background-color: #CBF3EA;
}
.BgClassName
{
background-color: #CBF3EA;
}
</style>
border-color css
<style>
span { border-color: #CBF3EA; }
span { border-color: rgb(203,243,234); }
td.TdClassName
{
border-color: #CBF3EA;
}
.TagClassName
{
border-color: #CBF3EA;
}
</style>