Shades of Humming Bird #CCF9EC
Tints of Humming Bird #CCF9EC
RGB
CMYK
RGB Variations
Color information
#CCF9EC (or 0xCCF9EC) is known color: Humming Bird. HEX triplet: CC, F9 and EC. RGB value is (204,249,236). Sum of RGB (Red+Green+Blue) = 204+249+236=689 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.61% from 689); Green value is 249 (97.66% from 255 or 36.14% from 689); Blue value is 236 (92.58% from 255 or 34.25% from 689); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF9EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF9EC is #330613. Grayscale: #EAEAEA. Windows color (decimal): -3343892 or 15530444. OLE color: 15530444.
HSL color Cylindrical-coordinate representation of color #CCF9EC: hue angle of 162.67º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCF9EC is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 249 | 236 | - |
| CMYK | 0.18 | 0 | 0.05 | 0.02 |
| HSL | 162.67º | 0.79% | 0.89% | - |
| HSV(B) | 162.67º | 0.18% | 0.98% | - |
| XYZ | 73.92 | 86.64 | 92.19 | - |
| YUV | 234.06 | 129.09 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 249 | 236 | 0.18 | 0 | 0.05 | 0.02 | 162.67 | 0.79 | 0.89 |
| Hex | CC | F9 | EC | 12 | 0 | 5 | 2 | A3 | 4F | 59 |
| Octal | 314 | 371 | 354 | 22 | 0 | 5 | 2 | 243 | 117 | 131 |
| Binary | 11001100 | 11111001 | 11101100 | 10010 | 0 | 101 | 10 | 10100011 | 1001111 | 1011001 |
Color Harmonies of #CCF9EC
Complementary color
Monochromatic Colors of #CCF9EC
Black with #CCF9EC
Text Example
Text Example
White with #CCF9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF9EC; }
p { color: rgb(204,249,236); }
H1.HeaderClassName
{
color: #CCF9EC;
}
.AnyTagClassName
{
color: #CCF9EC;
}
</style>
background-color css
<style>
a { background-color: #CCF9EC; }
a { background-color: rgb(204,249,236); }
div.DivClassName
{
background-color: #CCF9EC;
}
.BgClassName
{
background-color: #CCF9EC;
}
</style>
border-color css
<style>
span { border-color: #CCF9EC; }
span { border-color: rgb(204,249,236); }
td.TdClassName
{
border-color: #CCF9EC;
}
.TagClassName
{
border-color: #CCF9EC;
}
</style>