Shades of Humming Bird #CEFDEE
Tints of Humming Bird #CEFDEE
RGB
CMYK
RGB Variations
Color information
#CEFDEE (or 0xCEFDEE) is known color: Humming Bird. HEX triplet: CE, FD and EE. RGB value is (206,253,238). Sum of RGB (Red+Green+Blue) = 206+253+238=697 (92% of max value = 765). Red value is 206 (80.86% from 255 or 29.56% from 697); Green value is 253 (99.22% from 255 or 36.30% from 697); Blue value is 238 (93.36% from 255 or 34.15% from 697); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFDEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEFDEE is #310211. Grayscale: #EDEDED. Windows color (decimal): -3211794 or 15662542. OLE color: 15662542.
HSL color Cylindrical-coordinate representation of color #CEFDEE: hue angle of 160.85º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEFDEE is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 253 | 238 | - |
| CMYK | 0.19 | 0 | 0.06 | 0.01 |
| HSL | 160.85º | 0.92% | 0.9% | - |
| HSV(B) | 160.85º | 0.19% | 0.99% | - |
| XYZ | 76.01 | 89.55 | 94.17 | - |
| YUV | 237.24 | 128.43 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 253 | 238 | 0.19 | 0 | 0.06 | 0.01 | 160.85 | 0.92 | 0.9 |
| Hex | CE | FD | EE | 13 | 0 | 6 | 1 | A1 | 5C | 5A |
| Octal | 316 | 375 | 356 | 23 | 0 | 6 | 1 | 241 | 134 | 132 |
| Binary | 11001110 | 11111101 | 11101110 | 10011 | 0 | 110 | 1 | 10100001 | 1011100 | 1011010 |
Color Harmonies of #CEFDEE
Complementary color
Monochromatic Colors of #CEFDEE
Black with #CEFDEE
Text Example
Text Example
White with #CEFDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFDEE; }
p { color: rgb(206,253,238); }
H1.HeaderClassName
{
color: #CEFDEE;
}
.AnyTagClassName
{
color: #CEFDEE;
}
</style>
background-color css
<style>
a { background-color: #CEFDEE; }
a { background-color: rgb(206,253,238); }
div.DivClassName
{
background-color: #CEFDEE;
}
.BgClassName
{
background-color: #CEFDEE;
}
</style>
border-color css
<style>
span { border-color: #CEFDEE; }
span { border-color: rgb(206,253,238); }
td.TdClassName
{
border-color: #CEFDEE;
}
.TagClassName
{
border-color: #CEFDEE;
}
</style>