Shades of Humming Bird #CCFBEA
Tints of Humming Bird #CCFBEA
RGB
CMYK
RGB Variations
Color information
#CCFBEA (or 0xCCFBEA) is known color: Humming Bird. HEX triplet: CC, FB and EA. RGB value is (204,251,234). Sum of RGB (Red+Green+Blue) = 204+251+234=689 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.61% from 689); Green value is 251 (98.44% from 255 or 36.43% from 689); Blue value is 234 (91.80% from 255 or 33.96% from 689); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFBEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFBEA is #330415. Grayscale: #EBEBEB. Windows color (decimal): -3343382 or 15399884. OLE color: 15399884.
HSL color Cylindrical-coordinate representation of color #CCFBEA: hue angle of 158.3º 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 #CCFBEA is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
RGB | 204 | 251 | 234 | - |
CMYK | 0.19 | 0 | 0.07 | 0.02 |
HSL | 158.3º | 0.85% | 0.89% | - |
HSV(B) | 158.3º | 0.19% | 0.98% | - |
XYZ | 74.25 | 87.77 | 90.87 | - |
YUV | 235.01 | 127.43 | 105.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 251 | 234 | 0.19 | 0 | 0.07 | 0.02 | 158.3 | 0.85 | 0.89 |
Hex | CC | FB | EA | 13 | 0 | 7 | 2 | 9E | 55 | 59 |
Octal | 314 | 373 | 352 | 23 | 0 | 7 | 2 | 236 | 125 | 131 |
Binary | 11001100 | 11111011 | 11101010 | 10011 | 0 | 111 | 10 | 10011110 | 1010101 | 1011001 |
Color Harmonies of #CCFBEA
Complementary color
Monochromatic Colors of #CCFBEA
Black with #CCFBEA
Text Example
Text Example
White with #CCFBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFBEA; }
p { color: rgb(204,251,234); }
H1.HeaderClassName
{
color: #CCFBEA;
}
.AnyTagClassName
{
color: #CCFBEA;
}
</style>
background-color css
<style>
a { background-color: #CCFBEA; }
a { background-color: rgb(204,251,234); }
div.DivClassName
{
background-color: #CCFBEA;
}
.BgClassName
{
background-color: #CCFBEA;
}
</style>
border-color css
<style>
span { border-color: #CCFBEA; }
span { border-color: rgb(204,251,234); }
td.TdClassName
{
border-color: #CCFBEA;
}
.TagClassName
{
border-color: #CCFBEA;
}
</style>