Shades of Humming Bird #C4FCEE
Tints of Humming Bird #C4FCEE
RGB
CMYK
RGB Variations
Color information
#C4FCEE (or 0xC4FCEE) is known color: Humming Bird. HEX triplet: C4, FC and EE. RGB value is (196,252,238). Sum of RGB (Red+Green+Blue) = 196+252+238=686 (90% of max value = 765). Red value is 196 (76.95% from 255 or 28.57% from 686); Green value is 252 (98.83% from 255 or 36.73% from 686); Blue value is 238 (93.36% from 255 or 34.69% from 686); Max value from RGB is 252 - color contains mainly: green. Hex color #C4FCEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4FCEE is #3B0311. Grayscale: #E9E9E9. Windows color (decimal): -3867410 or 15662276. OLE color: 15662276.
HSL color Cylindrical-coordinate representation of color #C4FCEE: hue angle of 165º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C4FCEE is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 252 | 238 | - |
| CMYK | 0.22 | 0 | 0.06 | 0.01 |
| HSL | 165º | 0.9% | 0.88% | - |
| HSV(B) | 165º | 0.22% | 0.99% | - |
| XYZ | 73.01 | 87.53 | 93.94 | - |
| YUV | 233.66 | 130.45 | 101.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 252 | 238 | 0.22 | 0 | 0.06 | 0.01 | 165 | 0.9 | 0.88 |
| Hex | C4 | FC | EE | 16 | 0 | 6 | 1 | A5 | 5A | 58 |
| Octal | 304 | 374 | 356 | 26 | 0 | 6 | 1 | 245 | 132 | 130 |
| Binary | 11000100 | 11111100 | 11101110 | 10110 | 0 | 110 | 1 | 10100101 | 1011010 | 1011000 |
Color Harmonies of #C4FCEE
Complementary color
Monochromatic Colors of #C4FCEE
Black with #C4FCEE
Text Example
Text Example
White with #C4FCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4FCEE; }
p { color: rgb(196,252,238); }
H1.HeaderClassName
{
color: #C4FCEE;
}
.AnyTagClassName
{
color: #C4FCEE;
}
</style>
background-color css
<style>
a { background-color: #C4FCEE; }
a { background-color: rgb(196,252,238); }
div.DivClassName
{
background-color: #C4FCEE;
}
.BgClassName
{
background-color: #C4FCEE;
}
</style>
border-color css
<style>
span { border-color: #C4FCEE; }
span { border-color: rgb(196,252,238); }
td.TdClassName
{
border-color: #C4FCEE;
}
.TagClassName
{
border-color: #C4FCEE;
}
</style>