Shades of Humming Bird #CCF8EF
Tints of Humming Bird #CCF8EF
RGB
CMYK
RGB Variations
Color information
#CCF8EF (or 0xCCF8EF) is known color: Humming Bird. HEX triplet: CC, F8 and EF. RGB value is (204,248,239). Sum of RGB (Red+Green+Blue) = 204+248+239=691 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.52% from 691); Green value is 248 (97.27% from 255 or 35.89% from 691); Blue value is 239 (93.75% from 255 or 34.59% from 691); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF8EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF8EF is #330710. Grayscale: #E9E9E9. Windows color (decimal): -3344145 or 15726796. OLE color: 15726796.
HSL color Cylindrical-coordinate representation of color #CCF8EF: hue angle of 167.73º degrees, saturation: 0.76, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCF8EF is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 248 | 239 | - |
| CMYK | 0.18 | 0 | 0.04 | 0.03 |
| HSL | 167.73º | 0.76% | 0.89% | - |
| HSV(B) | 167.73º | 0.18% | 0.97% | - |
| XYZ | 74.05 | 86.2 | 94.4 | - |
| YUV | 233.82 | 130.92 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 248 | 239 | 0.18 | 0 | 0.04 | 0.03 | 167.73 | 0.76 | 0.89 |
| Hex | CC | F8 | EF | 12 | 0 | 4 | 3 | A8 | 4C | 59 |
| Octal | 314 | 370 | 357 | 22 | 0 | 4 | 3 | 250 | 114 | 131 |
| Binary | 11001100 | 11111000 | 11101111 | 10010 | 0 | 100 | 11 | 10101000 | 1001100 | 1011001 |
Color Harmonies of #CCF8EF
Complementary color
Monochromatic Colors of #CCF8EF
Black with #CCF8EF
Text Example
Text Example
White with #CCF8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF8EF; }
p { color: rgb(204,248,239); }
H1.HeaderClassName
{
color: #CCF8EF;
}
.AnyTagClassName
{
color: #CCF8EF;
}
</style>
background-color css
<style>
a { background-color: #CCF8EF; }
a { background-color: rgb(204,248,239); }
div.DivClassName
{
background-color: #CCF8EF;
}
.BgClassName
{
background-color: #CCF8EF;
}
</style>
border-color css
<style>
span { border-color: #CCF8EF; }
span { border-color: rgb(204,248,239); }
td.TdClassName
{
border-color: #CCF8EF;
}
.TagClassName
{
border-color: #CCF8EF;
}
</style>