Shades of Humming Bird #CEFEF2
Tints of Humming Bird #CEFEF2
RGB
CMYK
RGB Variations
Color information
#CEFEF2 (or 0xCEFEF2) is known color: Humming Bird. HEX triplet: CE, FE and F2. RGB value is (206,254,242). Sum of RGB (Red+Green+Blue) = 206+254+242=702 (92% of max value = 765). Red value is 206 (80.86% from 255 or 29.34% from 702); Green value is 254 (99.61% from 255 or 36.18% from 702); Blue value is 242 (94.92% from 255 or 34.47% from 702); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFEF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEFEF2 is #31010D. Grayscale: #EEEEEE. Windows color (decimal): -3211534 or 15924942. OLE color: 15924942.
HSL color Cylindrical-coordinate representation of color #CEFEF2: hue angle of 165º 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 #CEFEF2 is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 254 | 242 | - |
| CMYK | 0.19 | 0 | 0.05 | 0.00 |
| HSL | 165º | 0.96% | 0.9% | - |
| HSV(B) | 165º | 0.19% | 1% | - |
| XYZ | 76.92 | 90.42 | 97.4 | - |
| YUV | 238.28 | 130.1 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 254 | 242 | 0.19 | 0 | 0.05 | 0.00 | 165 | 0.96 | 0.9 |
| Hex | CE | FE | F2 | 13 | 0 | 5 | 0 | A5 | 60 | 5A |
| Octal | 316 | 376 | 362 | 23 | 0 | 5 | 0 | 245 | 140 | 132 |
| Binary | 11001110 | 11111110 | 11110010 | 10011 | 0 | 101 | 0 | 10100101 | 1100000 | 1011010 |
Color Harmonies of #CEFEF2
Complementary color
Monochromatic Colors of #CEFEF2
Black with #CEFEF2
Text Example
Text Example
White with #CEFEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFEF2; }
p { color: rgb(206,254,242); }
H1.HeaderClassName
{
color: #CEFEF2;
}
.AnyTagClassName
{
color: #CEFEF2;
}
</style>
background-color css
<style>
a { background-color: #CEFEF2; }
a { background-color: rgb(206,254,242); }
div.DivClassName
{
background-color: #CEFEF2;
}
.BgClassName
{
background-color: #CEFEF2;
}
</style>
border-color css
<style>
span { border-color: #CEFEF2; }
span { border-color: rgb(206,254,242); }
td.TdClassName
{
border-color: #CEFEF2;
}
.TagClassName
{
border-color: #CEFEF2;
}
</style>