Shades of Humming Bird #CCFFF0
Tints of Humming Bird #CCFFF0
RGB
CMYK
RGB Variations
Color information
#CCFFF0 (or 0xCCFFF0) is known color: Humming Bird. HEX triplet: CC, FF and F0. RGB value is (204,255,240). Sum of RGB (Red+Green+Blue) = 204+255+240=699 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.18% from 699); Green value is 255 (100% from 255 or 36.48% from 699); Blue value is 240 (94.14% from 255 or 34.33% from 699); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFFF0 is #33000F. Grayscale: #EEEEEE. Windows color (decimal): -3342352 or 15794124. OLE color: 15794124.
HSL color Cylindrical-coordinate representation of color #CCFFF0: hue angle of 162.35º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCFFF0 is Cyan = 0.2, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 240 | - |
| CMYK | 0.2 | 0 | 0.06 | 0 |
| HSL | 162.35º | 1% | 0.9% | - |
| HSV(B) | 162.35º | 0.2% | 1% | - |
| XYZ | 76.39 | 90.65 | 95.91 | - |
| YUV | 238.04 | 129.1 | 103.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 240 | 0.2 | 0 | 0.06 | 0 | 162.35 | 1 | 0.9 |
| Hex | CC | FF | F0 | 14 | 0 | 6 | 0 | A2 | 64 | 5A |
| Octal | 314 | 377 | 360 | 24 | 0 | 6 | 0 | 242 | 144 | 132 |
| Binary | 11001100 | 11111111 | 11110000 | 10100 | 0 | 110 | 0 | 10100010 | 1100100 | 1011010 |
Color Harmonies of #CCFFF0
Complementary color
Monochromatic Colors of #CCFFF0
Black with #CCFFF0
Text Example
Text Example
White with #CCFFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFFF0; }
p { color: rgb(204,255,240); }
H1.HeaderClassName
{
color: #CCFFF0;
}
.AnyTagClassName
{
color: #CCFFF0;
}
</style>
background-color css
<style>
a { background-color: #CCFFF0; }
a { background-color: rgb(204,255,240); }
div.DivClassName
{
background-color: #CCFFF0;
}
.BgClassName
{
background-color: #CCFFF0;
}
</style>
border-color css
<style>
span { border-color: #CCFFF0; }
span { border-color: rgb(204,255,240); }
td.TdClassName
{
border-color: #CCFFF0;
}
.TagClassName
{
border-color: #CCFFF0;
}
</style>