Shades of Humming Bird #CCFFF4
Tints of Humming Bird #CCFFF4
RGB
CMYK
RGB Variations
Color information
#CCFFF4 (or 0xCCFFF4) is known color: Humming Bird. HEX triplet: CC, FF and F4. RGB value is (204,255,244). Sum of RGB (Red+Green+Blue) = 204+255+244=703 (93% of max value = 765). Red value is 204 (80.08% from 255 or 29.02% from 703); Green value is 255 (100% from 255 or 36.27% from 703); Blue value is 244 (95.70% from 255 or 34.71% from 703); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFFF4 is #33000B. Grayscale: #EEEEEE. Windows color (decimal): -3342348 or 16056268. OLE color: 16056268.
HSL color Cylindrical-coordinate representation of color #CCFFF4: hue angle of 167.06º 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 #CCFFF4 is Cyan = 0.2, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 244 | - |
| CMYK | 0.2 | 0 | 0.04 | 0 |
| HSL | 167.06º | 1% | 0.9% | - |
| HSV(B) | 167.06º | 0.2% | 1% | - |
| XYZ | 76.99 | 90.89 | 99.07 | - |
| YUV | 238.5 | 131.1 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 244 | 0.2 | 0 | 0.04 | 0 | 167.06 | 1 | 0.9 |
| Hex | CC | FF | F4 | 14 | 0 | 4 | 0 | A7 | 64 | 5A |
| Octal | 314 | 377 | 364 | 24 | 0 | 4 | 0 | 247 | 144 | 132 |
| Binary | 11001100 | 11111111 | 11110100 | 10100 | 0 | 100 | 0 | 10100111 | 1100100 | 1011010 |
Color Harmonies of #CCFFF4
Complementary color
Monochromatic Colors of #CCFFF4
Black with #CCFFF4
Text Example
Text Example
White with #CCFFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFFF4; }
p { color: rgb(204,255,244); }
H1.HeaderClassName
{
color: #CCFFF4;
}
.AnyTagClassName
{
color: #CCFFF4;
}
</style>
background-color css
<style>
a { background-color: #CCFFF4; }
a { background-color: rgb(204,255,244); }
div.DivClassName
{
background-color: #CCFFF4;
}
.BgClassName
{
background-color: #CCFFF4;
}
</style>
border-color css
<style>
span { border-color: #CCFFF4; }
span { border-color: rgb(204,255,244); }
td.TdClassName
{
border-color: #CCFFF4;
}
.TagClassName
{
border-color: #CCFFF4;
}
</style>