Shades of Humming Bird #CBFAEA
Tints of Humming Bird #CBFAEA
RGB
CMYK
RGB Variations
Color information
#CBFAEA (or 0xCBFAEA) is known color: Humming Bird. HEX triplet: CB, FA and EA. RGB value is (203,250,234). Sum of RGB (Red+Green+Blue) = 203+250+234=687 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.55% from 687); Green value is 250 (98.05% from 255 or 36.39% from 687); Blue value is 234 (91.80% from 255 or 34.06% from 687); Max value from RGB is 250 - color contains mainly: green. Hex color #CBFAEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBFAEA is #340515. Grayscale: #EAEAEA. Windows color (decimal): -3409174 or 15399627. OLE color: 15399627.
HSL color Cylindrical-coordinate representation of color #CBFAEA: hue angle of 159.57º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBFAEA is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 250 | 234 | - |
| CMYK | 0.19 | 0 | 0.06 | 0.02 |
| HSL | 159.57º | 0.82% | 0.89% | - |
| HSV(B) | 159.57º | 0.19% | 0.98% | - |
| XYZ | 73.67 | 87.01 | 90.75 | - |
| YUV | 234.12 | 127.93 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 250 | 234 | 0.19 | 0 | 0.06 | 0.02 | 159.57 | 0.82 | 0.89 |
| Hex | CB | FA | EA | 13 | 0 | 6 | 2 | A0 | 52 | 59 |
| Octal | 313 | 372 | 352 | 23 | 0 | 6 | 2 | 240 | 122 | 131 |
| Binary | 11001011 | 11111010 | 11101010 | 10011 | 0 | 110 | 10 | 10100000 | 1010010 | 1011001 |
Color Harmonies of #CBFAEA
Complementary color
Monochromatic Colors of #CBFAEA
Black with #CBFAEA
Text Example
Text Example
White with #CBFAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFAEA; }
p { color: rgb(203,250,234); }
H1.HeaderClassName
{
color: #CBFAEA;
}
.AnyTagClassName
{
color: #CBFAEA;
}
</style>
background-color css
<style>
a { background-color: #CBFAEA; }
a { background-color: rgb(203,250,234); }
div.DivClassName
{
background-color: #CBFAEA;
}
.BgClassName
{
background-color: #CBFAEA;
}
</style>
border-color css
<style>
span { border-color: #CBFAEA; }
span { border-color: rgb(203,250,234); }
td.TdClassName
{
border-color: #CBFAEA;
}
.TagClassName
{
border-color: #CBFAEA;
}
</style>