Shades of Humming Bird #CCFCEA
Tints of Humming Bird #CCFCEA
RGB
CMYK
RGB Variations
Color information
#CCFCEA (or 0xCCFCEA) is known color: Humming Bird. HEX triplet: CC, FC and EA. RGB value is (204,252,234). Sum of RGB (Red+Green+Blue) = 204+252+234=690 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.57% from 690); Green value is 252 (98.83% from 255 or 36.52% from 690); Blue value is 234 (91.80% from 255 or 33.91% from 690); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFCEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFCEA is #330315. Grayscale: #EBEBEB. Windows color (decimal): -3343126 or 15400140. OLE color: 15400140.
HSL color Cylindrical-coordinate representation of color #CCFCEA: hue angle of 157.5º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCFCEA is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 252 | 234 | - |
| CMYK | 0.19 | 0 | 0.07 | 0.01 |
| HSL | 157.5º | 0.89% | 0.89% | - |
| HSV(B) | 157.5º | 0.19% | 0.99% | - |
| XYZ | 74.56 | 88.4 | 90.97 | - |
| YUV | 235.6 | 127.1 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 252 | 234 | 0.19 | 0 | 0.07 | 0.01 | 157.5 | 0.89 | 0.89 |
| Hex | CC | FC | EA | 13 | 0 | 7 | 1 | 9E | 59 | 59 |
| Octal | 314 | 374 | 352 | 23 | 0 | 7 | 1 | 236 | 131 | 131 |
| Binary | 11001100 | 11111100 | 11101010 | 10011 | 0 | 111 | 1 | 10011110 | 1011001 | 1011001 |
Color Harmonies of #CCFCEA
Complementary color
Monochromatic Colors of #CCFCEA
Black with #CCFCEA
Text Example
Text Example
White with #CCFCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFCEA; }
p { color: rgb(204,252,234); }
H1.HeaderClassName
{
color: #CCFCEA;
}
.AnyTagClassName
{
color: #CCFCEA;
}
</style>
background-color css
<style>
a { background-color: #CCFCEA; }
a { background-color: rgb(204,252,234); }
div.DivClassName
{
background-color: #CCFCEA;
}
.BgClassName
{
background-color: #CCFCEA;
}
</style>
border-color css
<style>
span { border-color: #CCFCEA; }
span { border-color: rgb(204,252,234); }
td.TdClassName
{
border-color: #CCFCEA;
}
.TagClassName
{
border-color: #CCFCEA;
}
</style>