Shades of Humming Bird #CEFEEF
Tints of Humming Bird #CEFEEF
RGB
CMYK
RGB Variations
Color information
#CEFEEF (or 0xCEFEEF) is known color: Humming Bird. HEX triplet: CE, FE and EF. RGB value is (206,254,239). Sum of RGB (Red+Green+Blue) = 206+254+239=699 (92% of max value = 765). Red value is 206 (80.86% from 255 or 29.47% from 699); Green value is 254 (99.61% from 255 or 36.34% from 699); Blue value is 239 (93.75% from 255 or 34.19% from 699); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFEEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEFEEF is #310110. Grayscale: #EDEDED. Windows color (decimal): -3211537 or 15728334. OLE color: 15728334.
HSL color Cylindrical-coordinate representation of color #CEFEEF: hue angle of 161.25º 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 #CEFEEF is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 254 | 239 | - |
| CMYK | 0.19 | 0 | 0.06 | 0.00 |
| HSL | 161.25º | 0.96% | 0.9% | - |
| HSV(B) | 161.25º | 0.19% | 1% | - |
| XYZ | 76.48 | 90.24 | 95.05 | - |
| YUV | 237.94 | 128.6 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 254 | 239 | 0.19 | 0 | 0.06 | 0.00 | 161.25 | 0.96 | 0.9 |
| Hex | CE | FE | EF | 13 | 0 | 6 | 0 | A1 | 60 | 5A |
| Octal | 316 | 376 | 357 | 23 | 0 | 6 | 0 | 241 | 140 | 132 |
| Binary | 11001110 | 11111110 | 11101111 | 10011 | 0 | 110 | 0 | 10100001 | 1100000 | 1011010 |
Color Harmonies of #CEFEEF
Complementary color
Monochromatic Colors of #CEFEEF
Black with #CEFEEF
Text Example
Text Example
White with #CEFEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFEEF; }
p { color: rgb(206,254,239); }
H1.HeaderClassName
{
color: #CEFEEF;
}
.AnyTagClassName
{
color: #CEFEEF;
}
</style>
background-color css
<style>
a { background-color: #CEFEEF; }
a { background-color: rgb(206,254,239); }
div.DivClassName
{
background-color: #CEFEEF;
}
.BgClassName
{
background-color: #CEFEEF;
}
</style>
border-color css
<style>
span { border-color: #CEFEEF; }
span { border-color: rgb(206,254,239); }
td.TdClassName
{
border-color: #CEFEEF;
}
.TagClassName
{
border-color: #CEFEEF;
}
</style>