Shades of Humming Bird #CCFBEC
Tints of Humming Bird #CCFBEC
RGB
CMYK
RGB Variations
Color information
#CCFBEC (or 0xCCFBEC) is known color: Humming Bird. HEX triplet: CC, FB and EC. RGB value is (204,251,236). Sum of RGB (Red+Green+Blue) = 204+251+236=691 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.52% from 691); Green value is 251 (98.44% from 255 or 36.32% from 691); Blue value is 236 (92.58% from 255 or 34.15% from 691); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFBEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFBEC is #330413. Grayscale: #EBEBEB. Windows color (decimal): -3343380 or 15530956. OLE color: 15530956.
HSL color Cylindrical-coordinate representation of color #CCFBEC: hue angle of 160.85º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCFBEC is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 251 | 236 | - |
| CMYK | 0.19 | 0 | 0.06 | 0.02 |
| HSL | 160.85º | 0.85% | 0.89% | - |
| HSV(B) | 160.85º | 0.19% | 0.98% | - |
| XYZ | 74.54 | 87.89 | 92.39 | - |
| YUV | 235.24 | 128.43 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 251 | 236 | 0.19 | 0 | 0.06 | 0.02 | 160.85 | 0.85 | 0.89 |
| Hex | CC | FB | EC | 13 | 0 | 6 | 2 | A1 | 55 | 59 |
| Octal | 314 | 373 | 354 | 23 | 0 | 6 | 2 | 241 | 125 | 131 |
| Binary | 11001100 | 11111011 | 11101100 | 10011 | 0 | 110 | 10 | 10100001 | 1010101 | 1011001 |
Color Harmonies of #CCFBEC
Complementary color
Monochromatic Colors of #CCFBEC
Black with #CCFBEC
Text Example
Text Example
White with #CCFBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFBEC; }
p { color: rgb(204,251,236); }
H1.HeaderClassName
{
color: #CCFBEC;
}
.AnyTagClassName
{
color: #CCFBEC;
}
</style>
background-color css
<style>
a { background-color: #CCFBEC; }
a { background-color: rgb(204,251,236); }
div.DivClassName
{
background-color: #CCFBEC;
}
.BgClassName
{
background-color: #CCFBEC;
}
</style>
border-color css
<style>
span { border-color: #CCFBEC; }
span { border-color: rgb(204,251,236); }
td.TdClassName
{
border-color: #CCFBEC;
}
.TagClassName
{
border-color: #CCFBEC;
}
</style>