Shades of Humming Bird #CBFAE7
Tints of Humming Bird #CBFAE7
RGB
CMYK
RGB Variations
Color information
#CBFAE7 (or 0xCBFAE7) is known color: Humming Bird. HEX triplet: CB, FA and E7. RGB value is (203,250,231). Sum of RGB (Red+Green+Blue) = 203+250+231=684 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.68% from 684); Green value is 250 (98.05% from 255 or 36.55% from 684); Blue value is 231 (90.62% from 255 or 33.77% from 684); Max value from RGB is 250 - color contains mainly: green. Hex color #CBFAE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBFAE7 is #340518. Grayscale: #E9E9E9. Windows color (decimal): -3409177 or 15203019. OLE color: 15203019.
HSL color Cylindrical-coordinate representation of color #CBFAE7: hue angle of 155.74º 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 #CBFAE7 is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 250 | 231 | - |
| CMYK | 0.19 | 0 | 0.08 | 0.02 |
| HSL | 155.74º | 0.82% | 0.89% | - |
| HSV(B) | 155.74º | 0.19% | 0.98% | - |
| XYZ | 73.24 | 86.84 | 88.5 | - |
| YUV | 233.78 | 126.43 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 250 | 231 | 0.19 | 0 | 0.08 | 0.02 | 155.74 | 0.82 | 0.89 |
| Hex | CB | FA | E7 | 13 | 0 | 8 | 2 | 9C | 52 | 59 |
| Octal | 313 | 372 | 347 | 23 | 0 | 10 | 2 | 234 | 122 | 131 |
| Binary | 11001011 | 11111010 | 11100111 | 10011 | 0 | 1000 | 10 | 10011100 | 1010010 | 1011001 |
Color Harmonies of #CBFAE7
Complementary color
Monochromatic Colors of #CBFAE7
Black with #CBFAE7
Text Example
Text Example
White with #CBFAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFAE7; }
p { color: rgb(203,250,231); }
H1.HeaderClassName
{
color: #CBFAE7;
}
.AnyTagClassName
{
color: #CBFAE7;
}
</style>
background-color css
<style>
a { background-color: #CBFAE7; }
a { background-color: rgb(203,250,231); }
div.DivClassName
{
background-color: #CBFAE7;
}
.BgClassName
{
background-color: #CBFAE7;
}
</style>
border-color css
<style>
span { border-color: #CBFAE7; }
span { border-color: rgb(203,250,231); }
td.TdClassName
{
border-color: #CBFAE7;
}
.TagClassName
{
border-color: #CBFAE7;
}
</style>