Shades of Humming Bird #CEEBDF
Tints of Humming Bird #CEEBDF
RGB
CMYK
RGB Variations
Color information
#CEEBDF (or 0xCEEBDF) is known color: Humming Bird. HEX triplet: CE, EB and DF. RGB value is (206,235,223). Sum of RGB (Red+Green+Blue) = 206+235+223=664 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.02% from 664); Green value is 235 (92.19% from 255 or 35.39% from 664); Blue value is 223 (87.5% from 255 or 33.58% from 664); Max value from RGB is 235 - color contains mainly: green. Hex color #CEEBDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEBDF is #311420. Grayscale: #E0E0E0. Windows color (decimal): -3216417 or 14674894. OLE color: 14674894.
HSL color Cylindrical-coordinate representation of color #CEEBDF: hue angle of 155.17º 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 #CEEBDF is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
RGB | 206 | 235 | 223 | - |
CMYK | 0.12 | 0 | 0.05 | 0.08 |
HSL | 155.17º | 0.42% | 0.86% | - |
HSV(B) | 155.17º | 0.12% | 0.92% | - |
XYZ | 68.48 | 77.87 | 81.23 | - |
YUV | 224.96 | 126.89 | 114.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 235 | 223 | 0.12 | 0 | 0.05 | 0.08 | 155.17 | 0.42 | 0.86 |
Hex | CE | EB | DF | C | 0 | 5 | 8 | 9B | 2A | 56 |
Octal | 316 | 353 | 337 | 14 | 0 | 5 | 10 | 233 | 52 | 126 |
Binary | 11001110 | 11101011 | 11011111 | 1100 | 0 | 101 | 1000 | 10011011 | 101010 | 1010110 |
Color Harmonies of #CEEBDF
Complementary color
Monochromatic Colors of #CEEBDF
Black with #CEEBDF
Text Example
Text Example
White with #CEEBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEBDF; }
p { color: rgb(206,235,223); }
H1.HeaderClassName
{
color: #CEEBDF;
}
.AnyTagClassName
{
color: #CEEBDF;
}
</style>
background-color css
<style>
a { background-color: #CEEBDF; }
a { background-color: rgb(206,235,223); }
div.DivClassName
{
background-color: #CEEBDF;
}
.BgClassName
{
background-color: #CEEBDF;
}
</style>
border-color css
<style>
span { border-color: #CEEBDF; }
span { border-color: rgb(206,235,223); }
td.TdClassName
{
border-color: #CEEBDF;
}
.TagClassName
{
border-color: #CEEBDF;
}
</style>