Shades of Humming Bird #CEEBE0
Tints of Humming Bird #CEEBE0
RGB
CMYK
RGB Variations
Color information
#CEEBE0 (or 0xCEEBE0) is known color: Humming Bird. HEX triplet: CE, EB and E0. RGB value is (206,235,224). Sum of RGB (Red+Green+Blue) = 206+235+224=665 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.98% from 665); Green value is 235 (92.19% from 255 or 35.34% from 665); Blue value is 224 (87.89% from 255 or 33.68% from 665); Max value from RGB is 235 - color contains mainly: green. Hex color #CEEBE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEBE0 is #31141F. Grayscale: #E1E1E1. Windows color (decimal): -3216416 or 14740430. OLE color: 14740430.
HSL color Cylindrical-coordinate representation of color #CEEBE0: hue angle of 157.24º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CEEBE0 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 235 | 224 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.08 |
| HSL | 157.24º | 0.42% | 0.86% | - |
| HSV(B) | 157.24º | 0.12% | 0.92% | - |
| XYZ | 68.62 | 77.92 | 81.94 | - |
| YUV | 225.08 | 127.39 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 235 | 224 | 0.12 | 0 | 0.05 | 0.08 | 157.24 | 0.42 | 0.86 |
| Hex | CE | EB | E0 | C | 0 | 5 | 8 | 9D | 2A | 56 |
| Octal | 316 | 353 | 340 | 14 | 0 | 5 | 10 | 235 | 52 | 126 |
| Binary | 11001110 | 11101011 | 11100000 | 1100 | 0 | 101 | 1000 | 10011101 | 101010 | 1010110 |
Color Harmonies of #CEEBE0
Complementary color
Monochromatic Colors of #CEEBE0
Black with #CEEBE0
Text Example
Text Example
White with #CEEBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEBE0; }
p { color: rgb(206,235,224); }
H1.HeaderClassName
{
color: #CEEBE0;
}
.AnyTagClassName
{
color: #CEEBE0;
}
</style>
background-color css
<style>
a { background-color: #CEEBE0; }
a { background-color: rgb(206,235,224); }
div.DivClassName
{
background-color: #CEEBE0;
}
.BgClassName
{
background-color: #CEEBE0;
}
</style>
border-color css
<style>
span { border-color: #CEEBE0; }
span { border-color: rgb(206,235,224); }
td.TdClassName
{
border-color: #CEEBE0;
}
.TagClassName
{
border-color: #CEEBE0;
}
</style>