Shades of Humming Bird #CCFBE8
Tints of Humming Bird #CCFBE8
RGB
CMYK
RGB Variations
Color information
#CCFBE8 (or 0xCCFBE8) is known color: Humming Bird. HEX triplet: CC, FB and E8. RGB value is (204,251,232). Sum of RGB (Red+Green+Blue) = 204+251+232=687 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.69% from 687); Green value is 251 (98.44% from 255 or 36.54% from 687); Blue value is 232 (91.02% from 255 or 33.77% from 687); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFBE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFBE8 is #330417. Grayscale: #EAEAEA. Windows color (decimal): -3343384 or 15268812. OLE color: 15268812.
HSL color Cylindrical-coordinate representation of color #CCFBE8: hue angle of 155.74º 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 #CCFBE8 is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
RGB | 204 | 251 | 232 | - |
CMYK | 0.19 | 0 | 0.08 | 0.02 |
HSL | 155.74º | 0.85% | 0.89% | - |
HSV(B) | 155.74º | 0.19% | 0.98% | - |
XYZ | 73.96 | 87.66 | 89.37 | - |
YUV | 234.78 | 126.43 | 106.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 251 | 232 | 0.19 | 0 | 0.08 | 0.02 | 155.74 | 0.85 | 0.89 |
Hex | CC | FB | E8 | 13 | 0 | 8 | 2 | 9C | 55 | 59 |
Octal | 314 | 373 | 350 | 23 | 0 | 10 | 2 | 234 | 125 | 131 |
Binary | 11001100 | 11111011 | 11101000 | 10011 | 0 | 1000 | 10 | 10011100 | 1010101 | 1011001 |
Color Harmonies of #CCFBE8
Complementary color
Monochromatic Colors of #CCFBE8
Black with #CCFBE8
Text Example
Text Example
White with #CCFBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFBE8; }
p { color: rgb(204,251,232); }
H1.HeaderClassName
{
color: #CCFBE8;
}
.AnyTagClassName
{
color: #CCFBE8;
}
</style>
background-color css
<style>
a { background-color: #CCFBE8; }
a { background-color: rgb(204,251,232); }
div.DivClassName
{
background-color: #CCFBE8;
}
.BgClassName
{
background-color: #CCFBE8;
}
</style>
border-color css
<style>
span { border-color: #CCFBE8; }
span { border-color: rgb(204,251,232); }
td.TdClassName
{
border-color: #CCFBE8;
}
.TagClassName
{
border-color: #CCFBE8;
}
</style>