Shades of Humming Bird #CEFEEA
Tints of Humming Bird #CEFEEA
RGB
CMYK
RGB Variations
Color information
#CEFEEA (or 0xCEFEEA) is known color: Humming Bird. HEX triplet: CE, FE and EA. RGB value is (206,254,234). Sum of RGB (Red+Green+Blue) = 206+254+234=694 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.68% from 694); Green value is 254 (99.61% from 255 or 36.60% from 694); Blue value is 234 (91.80% from 255 or 33.72% from 694); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFEEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEFEEA is #310115. Grayscale: #EDEDED. Windows color (decimal): -3211542 or 15400654. OLE color: 15400654.
HSL color Cylindrical-coordinate representation of color #CEFEEA: hue angle of 155º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEFEEA is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 254 | 234 | - |
| CMYK | 0.19 | 0 | 0.08 | 0.00 |
| HSL | 155º | 0.96% | 0.9% | - |
| HSV(B) | 155º | 0.19% | 1% | - |
| XYZ | 75.75 | 89.95 | 91.21 | - |
| YUV | 237.37 | 126.1 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 254 | 234 | 0.19 | 0 | 0.08 | 0.00 | 155 | 0.96 | 0.9 |
| Hex | CE | FE | EA | 13 | 0 | 8 | 0 | 9B | 60 | 5A |
| Octal | 316 | 376 | 352 | 23 | 0 | 10 | 0 | 233 | 140 | 132 |
| Binary | 11001110 | 11111110 | 11101010 | 10011 | 0 | 1000 | 0 | 10011011 | 1100000 | 1011010 |
Color Harmonies of #CEFEEA
Complementary color
Monochromatic Colors of #CEFEEA
Black with #CEFEEA
Text Example
Text Example
White with #CEFEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFEEA; }
p { color: rgb(206,254,234); }
H1.HeaderClassName
{
color: #CEFEEA;
}
.AnyTagClassName
{
color: #CEFEEA;
}
</style>
background-color css
<style>
a { background-color: #CEFEEA; }
a { background-color: rgb(206,254,234); }
div.DivClassName
{
background-color: #CEFEEA;
}
.BgClassName
{
background-color: #CEFEEA;
}
</style>
border-color css
<style>
span { border-color: #CEFEEA; }
span { border-color: rgb(206,254,234); }
td.TdClassName
{
border-color: #CEFEEA;
}
.TagClassName
{
border-color: #CEFEEA;
}
</style>