Shades of Humming Bird #CEF8EA
Tints of Humming Bird #CEF8EA
RGB
CMYK
RGB Variations
Color information
#CEF8EA (or 0xCEF8EA) is known color: Humming Bird. HEX triplet: CE, F8 and EA. RGB value is (206,248,234). Sum of RGB (Red+Green+Blue) = 206+248+234=688 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.94% from 688); Green value is 248 (97.27% from 255 or 36.05% from 688); Blue value is 234 (91.80% from 255 or 34.01% from 688); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF8EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF8EA is #310715. Grayscale: #E9E9E9. Windows color (decimal): -3213078 or 15399118. OLE color: 15399118.
HSL color Cylindrical-coordinate representation of color #CEF8EA: hue angle of 160º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEF8EA is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 248 | 234 | - |
| CMYK | 0.17 | 0 | 0.06 | 0.03 |
| HSL | 160º | 0.75% | 0.89% | - |
| HSV(B) | 160º | 0.17% | 0.97% | - |
| XYZ | 73.87 | 86.2 | 90.59 | - |
| YUV | 233.85 | 128.09 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 248 | 234 | 0.17 | 0 | 0.06 | 0.03 | 160 | 0.75 | 0.89 |
| Hex | CE | F8 | EA | 11 | 0 | 6 | 3 | A0 | 4B | 59 |
| Octal | 316 | 370 | 352 | 21 | 0 | 6 | 3 | 240 | 113 | 131 |
| Binary | 11001110 | 11111000 | 11101010 | 10001 | 0 | 110 | 11 | 10100000 | 1001011 | 1011001 |
Color Harmonies of #CEF8EA
Complementary color
Monochromatic Colors of #CEF8EA
Black with #CEF8EA
Text Example
Text Example
White with #CEF8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF8EA; }
p { color: rgb(206,248,234); }
H1.HeaderClassName
{
color: #CEF8EA;
}
.AnyTagClassName
{
color: #CEF8EA;
}
</style>
background-color css
<style>
a { background-color: #CEF8EA; }
a { background-color: rgb(206,248,234); }
div.DivClassName
{
background-color: #CEF8EA;
}
.BgClassName
{
background-color: #CEF8EA;
}
</style>
border-color css
<style>
span { border-color: #CEF8EA; }
span { border-color: rgb(206,248,234); }
td.TdClassName
{
border-color: #CEF8EA;
}
.TagClassName
{
border-color: #CEF8EA;
}
</style>