Shades of Humming Bird #CCF8E6
Tints of Humming Bird #CCF8E6
RGB
CMYK
RGB Variations
Color information
#CCF8E6 (or 0xCCF8E6) is known color: Humming Bird. HEX triplet: CC, F8 and E6. RGB value is (204,248,230). Sum of RGB (Red+Green+Blue) = 204+248+230=682 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.91% from 682); Green value is 248 (97.27% from 255 or 36.36% from 682); Blue value is 230 (90.23% from 255 or 33.72% from 682); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF8E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF8E6 is #330719. Grayscale: #E8E8E8. Windows color (decimal): -3344154 or 15136972. OLE color: 15136972.
HSL color Cylindrical-coordinate representation of color #CCF8E6: hue angle of 155.45º 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 #CCF8E6 is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 248 | 230 | - |
| CMYK | 0.18 | 0 | 0.07 | 0.03 |
| HSL | 155.45º | 0.76% | 0.89% | - |
| HSV(B) | 155.45º | 0.18% | 0.97% | - |
| XYZ | 72.75 | 85.69 | 87.57 | - |
| YUV | 232.79 | 126.42 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 248 | 230 | 0.18 | 0 | 0.07 | 0.03 | 155.45 | 0.76 | 0.89 |
| Hex | CC | F8 | E6 | 12 | 0 | 7 | 3 | 9B | 4C | 59 |
| Octal | 314 | 370 | 346 | 22 | 0 | 7 | 3 | 233 | 114 | 131 |
| Binary | 11001100 | 11111000 | 11100110 | 10010 | 0 | 111 | 11 | 10011011 | 1001100 | 1011001 |
Color Harmonies of #CCF8E6
Complementary color
Monochromatic Colors of #CCF8E6
Black with #CCF8E6
Text Example
Text Example
White with #CCF8E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF8E6; }
p { color: rgb(204,248,230); }
H1.HeaderClassName
{
color: #CCF8E6;
}
.AnyTagClassName
{
color: #CCF8E6;
}
</style>
background-color css
<style>
a { background-color: #CCF8E6; }
a { background-color: rgb(204,248,230); }
div.DivClassName
{
background-color: #CCF8E6;
}
.BgClassName
{
background-color: #CCF8E6;
}
</style>
border-color css
<style>
span { border-color: #CCF8E6; }
span { border-color: rgb(204,248,230); }
td.TdClassName
{
border-color: #CCF8E6;
}
.TagClassName
{
border-color: #CCF8E6;
}
</style>