Shades of Humming Bird #CEFFF0
Tints of Humming Bird #CEFFF0
RGB
CMYK
RGB Variations
Color information
#CEFFF0 (or 0xCEFFF0) is known color: Humming Bird. HEX triplet: CE, FF and F0. RGB value is (206,255,240). Sum of RGB (Red+Green+Blue) = 206+255+240=701 (92% of max value = 765). Red value is 206 (80.86% from 255 or 29.39% from 701); Green value is 255 (100% from 255 or 36.38% from 701); Blue value is 240 (94.14% from 255 or 34.24% from 701); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFFF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEFFF0 is #31000F. Grayscale: #EEEEEE. Windows color (decimal): -3211280 or 15794126. OLE color: 15794126.
HSL color Cylindrical-coordinate representation of color #CEFFF0: hue angle of 161.63º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEFFF0 is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 255 | 240 | - |
| CMYK | 0.19 | 0 | 0.06 | 0 |
| HSL | 161.63º | 1% | 0.9% | - |
| HSV(B) | 161.63º | 0.19% | 1% | - |
| XYZ | 76.94 | 90.93 | 95.93 | - |
| YUV | 238.64 | 128.77 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 255 | 240 | 0.19 | 0 | 0.06 | 0 | 161.63 | 1 | 0.9 |
| Hex | CE | FF | F0 | 13 | 0 | 6 | 0 | A2 | 64 | 5A |
| Octal | 316 | 377 | 360 | 23 | 0 | 6 | 0 | 242 | 144 | 132 |
| Binary | 11001110 | 11111111 | 11110000 | 10011 | 0 | 110 | 0 | 10100010 | 1100100 | 1011010 |
Color Harmonies of #CEFFF0
Complementary color
Monochromatic Colors of #CEFFF0
Black with #CEFFF0
Text Example
Text Example
White with #CEFFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFFF0; }
p { color: rgb(206,255,240); }
H1.HeaderClassName
{
color: #CEFFF0;
}
.AnyTagClassName
{
color: #CEFFF0;
}
</style>
background-color css
<style>
a { background-color: #CEFFF0; }
a { background-color: rgb(206,255,240); }
div.DivClassName
{
background-color: #CEFFF0;
}
.BgClassName
{
background-color: #CEFFF0;
}
</style>
border-color css
<style>
span { border-color: #CEFFF0; }
span { border-color: rgb(206,255,240); }
td.TdClassName
{
border-color: #CEFFF0;
}
.TagClassName
{
border-color: #CEFFF0;
}
</style>