Shades of Humming Bird #CCFEF1
Tints of Humming Bird #CCFEF1
RGB
CMYK
RGB Variations
Color information
#CCFEF1 (or 0xCCFEF1) is known color: Humming Bird. HEX triplet: CC, FE and F1. RGB value is (204,254,241). Sum of RGB (Red+Green+Blue) = 204+254+241=699 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.18% from 699); Green value is 254 (99.61% from 255 or 36.34% from 699); Blue value is 241 (94.53% from 255 or 34.48% from 699); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFEF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFEF1 is #33010E. Grayscale: #EDEDED. Windows color (decimal): -3342607 or 15859404. OLE color: 15859404.
HSL color Cylindrical-coordinate representation of color #CCFEF1: hue angle of 164.4º 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 #CCFEF1 is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 254 | 241 | - |
| CMYK | 0.20 | 0 | 0.05 | 0.00 |
| HSL | 164.4º | 0.96% | 0.9% | - |
| HSV(B) | 164.4º | 0.2% | 1% | - |
| XYZ | 76.22 | 90.07 | 96.59 | - |
| YUV | 237.57 | 129.94 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 254 | 241 | 0.20 | 0 | 0.05 | 0.00 | 164.4 | 0.96 | 0.9 |
| Hex | CC | FE | F1 | 14 | 0 | 5 | 0 | A4 | 60 | 5A |
| Octal | 314 | 376 | 361 | 24 | 0 | 5 | 0 | 244 | 140 | 132 |
| Binary | 11001100 | 11111110 | 11110001 | 10100 | 0 | 101 | 0 | 10100100 | 1100000 | 1011010 |
Color Harmonies of #CCFEF1
Complementary color
Monochromatic Colors of #CCFEF1
Black with #CCFEF1
Text Example
Text Example
White with #CCFEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFEF1; }
p { color: rgb(204,254,241); }
H1.HeaderClassName
{
color: #CCFEF1;
}
.AnyTagClassName
{
color: #CCFEF1;
}
</style>
background-color css
<style>
a { background-color: #CCFEF1; }
a { background-color: rgb(204,254,241); }
div.DivClassName
{
background-color: #CCFEF1;
}
.BgClassName
{
background-color: #CCFEF1;
}
</style>
border-color css
<style>
span { border-color: #CCFEF1; }
span { border-color: rgb(204,254,241); }
td.TdClassName
{
border-color: #CCFEF1;
}
.TagClassName
{
border-color: #CCFEF1;
}
</style>