Shades of Humming Bird #CCFAF0
Tints of Humming Bird #CCFAF0
RGB
CMYK
RGB Variations
Color information
#CCFAF0 (or 0xCCFAF0) is known color: Humming Bird. HEX triplet: CC, FA and F0. RGB value is (204,250,240). Sum of RGB (Red+Green+Blue) = 204+250+240=694 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.39% from 694); Green value is 250 (98.05% from 255 or 36.02% from 694); Blue value is 240 (94.14% from 255 or 34.58% from 694); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFAF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFAF0 is #33050F. Grayscale: #EBEBEB. Windows color (decimal): -3343632 or 15792844. OLE color: 15792844.
HSL color Cylindrical-coordinate representation of color #CCFAF0: hue angle of 166.96º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCFAF0 is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 250 | 240 | - |
| CMYK | 0.18 | 0 | 0.04 | 0.02 |
| HSL | 166.96º | 0.82% | 0.89% | - |
| HSV(B) | 166.96º | 0.18% | 0.98% | - |
| XYZ | 74.82 | 87.5 | 95.38 | - |
| YUV | 235.11 | 130.76 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 250 | 240 | 0.18 | 0 | 0.04 | 0.02 | 166.96 | 0.82 | 0.89 |
| Hex | CC | FA | F0 | 12 | 0 | 4 | 2 | A7 | 52 | 59 |
| Octal | 314 | 372 | 360 | 22 | 0 | 4 | 2 | 247 | 122 | 131 |
| Binary | 11001100 | 11111010 | 11110000 | 10010 | 0 | 100 | 10 | 10100111 | 1010010 | 1011001 |
Color Harmonies of #CCFAF0
Complementary color
Monochromatic Colors of #CCFAF0
Black with #CCFAF0
Text Example
Text Example
White with #CCFAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFAF0; }
p { color: rgb(204,250,240); }
H1.HeaderClassName
{
color: #CCFAF0;
}
.AnyTagClassName
{
color: #CCFAF0;
}
</style>
background-color css
<style>
a { background-color: #CCFAF0; }
a { background-color: rgb(204,250,240); }
div.DivClassName
{
background-color: #CCFAF0;
}
.BgClassName
{
background-color: #CCFAF0;
}
</style>
border-color css
<style>
span { border-color: #CCFAF0; }
span { border-color: rgb(204,250,240); }
td.TdClassName
{
border-color: #CCFAF0;
}
.TagClassName
{
border-color: #CCFAF0;
}
</style>