Shades of Humming Bird #CCFEEA
Tints of Humming Bird #CCFEEA
RGB
CMYK
RGB Variations
Color information
#CCFEEA (or 0xCCFEEA) is known color: Humming Bird. HEX triplet: CC, FE and EA. RGB value is (204,254,234). Sum of RGB (Red+Green+Blue) = 204+254+234=692 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.48% from 692); Green value is 254 (99.61% from 255 or 36.71% from 692); Blue value is 234 (91.80% from 255 or 33.82% from 692); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFEEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFEEA is #330115. Grayscale: #ECECEC. Windows color (decimal): -3342614 or 15400652. OLE color: 15400652.
HSL color Cylindrical-coordinate representation of color #CCFEEA: hue angle of 156º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCFEEA is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
RGB | 204 | 254 | 234 | - |
CMYK | 0.20 | 0 | 0.08 | 0.00 |
HSL | 156º | 0.96% | 0.9% | - |
HSV(B) | 156º | 0.2% | 1% | - |
XYZ | 75.19 | 89.66 | 91.19 | - |
YUV | 236.77 | 126.44 | 104.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 254 | 234 | 0.20 | 0 | 0.08 | 0.00 | 156 | 0.96 | 0.9 |
Hex | CC | FE | EA | 14 | 0 | 8 | 0 | 9C | 60 | 5A |
Octal | 314 | 376 | 352 | 24 | 0 | 10 | 0 | 234 | 140 | 132 |
Binary | 11001100 | 11111110 | 11101010 | 10100 | 0 | 1000 | 0 | 10011100 | 1100000 | 1011010 |
Color Harmonies of #CCFEEA
Complementary color
Monochromatic Colors of #CCFEEA
Black with #CCFEEA
Text Example
Text Example
White with #CCFEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFEEA; }
p { color: rgb(204,254,234); }
H1.HeaderClassName
{
color: #CCFEEA;
}
.AnyTagClassName
{
color: #CCFEEA;
}
</style>
background-color css
<style>
a { background-color: #CCFEEA; }
a { background-color: rgb(204,254,234); }
div.DivClassName
{
background-color: #CCFEEA;
}
.BgClassName
{
background-color: #CCFEEA;
}
</style>
border-color css
<style>
span { border-color: #CCFEEA; }
span { border-color: rgb(204,254,234); }
td.TdClassName
{
border-color: #CCFEEA;
}
.TagClassName
{
border-color: #CCFEEA;
}
</style>