Shades of Humming Bird #CEF9E7
Tints of Humming Bird #CEF9E7
RGB
CMYK
RGB Variations
Color information
#CEF9E7 (or 0xCEF9E7) is known color: Humming Bird. HEX triplet: CE, F9 and E7. RGB value is (206,249,231). Sum of RGB (Red+Green+Blue) = 206+249+231=686 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.03% from 686); Green value is 249 (97.66% from 255 or 36.30% from 686); Blue value is 231 (90.62% from 255 or 33.67% from 686); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF9E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF9E7 is #310618. Grayscale: #EAEAEA. Windows color (decimal): -3212825 or 15202766. OLE color: 15202766.
HSL color Cylindrical-coordinate representation of color #CEF9E7: hue angle of 154.88º 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 #CEF9E7 is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 249 | 231 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.02 |
| HSL | 154.88º | 0.78% | 0.89% | - |
| HSV(B) | 154.88º | 0.17% | 0.98% | - |
| XYZ | 73.75 | 86.64 | 88.44 | - |
| YUV | 234.09 | 126.25 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 249 | 231 | 0.17 | 0 | 0.07 | 0.02 | 154.88 | 0.78 | 0.89 |
| Hex | CE | F9 | E7 | 11 | 0 | 7 | 2 | 9B | 4E | 59 |
| Octal | 316 | 371 | 347 | 21 | 0 | 7 | 2 | 233 | 116 | 131 |
| Binary | 11001110 | 11111001 | 11100111 | 10001 | 0 | 111 | 10 | 10011011 | 1001110 | 1011001 |
Color Harmonies of #CEF9E7
Complementary color
Monochromatic Colors of #CEF9E7
Black with #CEF9E7
Text Example
Text Example
White with #CEF9E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF9E7; }
p { color: rgb(206,249,231); }
H1.HeaderClassName
{
color: #CEF9E7;
}
.AnyTagClassName
{
color: #CEF9E7;
}
</style>
background-color css
<style>
a { background-color: #CEF9E7; }
a { background-color: rgb(206,249,231); }
div.DivClassName
{
background-color: #CEF9E7;
}
.BgClassName
{
background-color: #CEF9E7;
}
</style>
border-color css
<style>
span { border-color: #CEF9E7; }
span { border-color: rgb(206,249,231); }
td.TdClassName
{
border-color: #CEF9E7;
}
.TagClassName
{
border-color: #CEF9E7;
}
</style>