Shades of Humming Bird #CEF2EA
Tints of Humming Bird #CEF2EA
RGB
CMYK
RGB Variations
Color information
#CEF2EA (or 0xCEF2EA) is known color: Humming Bird. HEX triplet: CE, F2 and EA. RGB value is (206,242,234). Sum of RGB (Red+Green+Blue) = 206+242+234=682 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.21% from 682); Green value is 242 (94.92% from 255 or 35.48% from 682); Blue value is 234 (91.80% from 255 or 34.31% from 682); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF2EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF2EA is #310D15. Grayscale: #E6E6E6. Windows color (decimal): -3214614 or 15397582. OLE color: 15397582.
HSL color Cylindrical-coordinate representation of color #CEF2EA: hue angle of 166.67º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEF2EA is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 242 | 234 | - |
| CMYK | 0.15 | 0 | 0.03 | 0.05 |
| HSL | 166.67º | 0.58% | 0.88% | - |
| HSV(B) | 166.67º | 0.15% | 0.95% | - |
| XYZ | 72.06 | 82.57 | 89.98 | - |
| YUV | 230.32 | 130.07 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 242 | 234 | 0.15 | 0 | 0.03 | 0.05 | 166.67 | 0.58 | 0.88 |
| Hex | CE | F2 | EA | F | 0 | 3 | 5 | A7 | 3A | 58 |
| Octal | 316 | 362 | 352 | 17 | 0 | 3 | 5 | 247 | 72 | 130 |
| Binary | 11001110 | 11110010 | 11101010 | 1111 | 0 | 11 | 101 | 10100111 | 111010 | 1011000 |
Color Harmonies of #CEF2EA
Complementary color
Monochromatic Colors of #CEF2EA
Black with #CEF2EA
Text Example
Text Example
White with #CEF2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF2EA; }
p { color: rgb(206,242,234); }
H1.HeaderClassName
{
color: #CEF2EA;
}
.AnyTagClassName
{
color: #CEF2EA;
}
</style>
background-color css
<style>
a { background-color: #CEF2EA; }
a { background-color: rgb(206,242,234); }
div.DivClassName
{
background-color: #CEF2EA;
}
.BgClassName
{
background-color: #CEF2EA;
}
</style>
border-color css
<style>
span { border-color: #CEF2EA; }
span { border-color: rgb(206,242,234); }
td.TdClassName
{
border-color: #CEF2EA;
}
.TagClassName
{
border-color: #CEF2EA;
}
</style>