Shades of Humming Bird #CEF9EA
Tints of Humming Bird #CEF9EA
RGB
CMYK
RGB Variations
Color information
#CEF9EA (or 0xCEF9EA) is known color: Humming Bird. HEX triplet: CE, F9 and EA. RGB value is (206,249,234). Sum of RGB (Red+Green+Blue) = 206+249+234=689 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.90% from 689); Green value is 249 (97.66% from 255 or 36.14% from 689); Blue value is 234 (91.80% from 255 or 33.96% from 689); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF9EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF9EA is #310615. Grayscale: #EAEAEA. Windows color (decimal): -3212822 or 15399374. OLE color: 15399374.
HSL color Cylindrical-coordinate representation of color #CEF9EA: hue angle of 159.07º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEF9EA is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 249 | 234 | - |
| CMYK | 0.17 | 0 | 0.06 | 0.02 |
| HSL | 159.07º | 0.78% | 0.89% | - |
| HSV(B) | 159.07º | 0.17% | 0.98% | - |
| XYZ | 74.18 | 86.81 | 90.69 | - |
| YUV | 234.43 | 127.75 | 107.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 249 | 234 | 0.17 | 0 | 0.06 | 0.02 | 159.07 | 0.78 | 0.89 |
| Hex | CE | F9 | EA | 11 | 0 | 6 | 2 | 9F | 4E | 59 |
| Octal | 316 | 371 | 352 | 21 | 0 | 6 | 2 | 237 | 116 | 131 |
| Binary | 11001110 | 11111001 | 11101010 | 10001 | 0 | 110 | 10 | 10011111 | 1001110 | 1011001 |
Color Harmonies of #CEF9EA
Complementary color
Monochromatic Colors of #CEF9EA
Black with #CEF9EA
Text Example
Text Example
White with #CEF9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF9EA; }
p { color: rgb(206,249,234); }
H1.HeaderClassName
{
color: #CEF9EA;
}
.AnyTagClassName
{
color: #CEF9EA;
}
</style>
background-color css
<style>
a { background-color: #CEF9EA; }
a { background-color: rgb(206,249,234); }
div.DivClassName
{
background-color: #CEF9EA;
}
.BgClassName
{
background-color: #CEF9EA;
}
</style>
border-color css
<style>
span { border-color: #CEF9EA; }
span { border-color: rgb(206,249,234); }
td.TdClassName
{
border-color: #CEF9EA;
}
.TagClassName
{
border-color: #CEF9EA;
}
</style>