Shades of Humming Bird #C4F8E6
Tints of Humming Bird #C4F8E6
RGB
CMYK
RGB Variations
Color information
#C4F8E6 (or 0xC4F8E6) is known color: Humming Bird. HEX triplet: C4, F8 and E6. RGB value is (196,248,230). Sum of RGB (Red+Green+Blue) = 196+248+230=674 (89% of max value = 765). Red value is 196 (76.95% from 255 or 29.08% from 674); Green value is 248 (97.27% from 255 or 36.80% from 674); Blue value is 230 (90.23% from 255 or 34.12% from 674); Max value from RGB is 248 - color contains mainly: green. Hex color #C4F8E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4F8E6 is #3B0719. Grayscale: #E6E6E6. Windows color (decimal): -3868442 or 15136964. OLE color: 15136964.
HSL color Cylindrical-coordinate representation of color #C4F8E6: hue angle of 159.23º degrees, saturation: 0.79, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C4F8E6 is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 196 | 248 | 230 | - |
| CMYK | 0.21 | 0 | 0.07 | 0.03 |
| HSL | 159.23º | 0.79% | 0.87% | - |
| HSV(B) | 159.23º | 0.21% | 0.97% | - |
| XYZ | 70.62 | 84.58 | 87.47 | - |
| YUV | 230.4 | 127.77 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 248 | 230 | 0.21 | 0 | 0.07 | 0.03 | 159.23 | 0.79 | 0.87 |
| Hex | C4 | F8 | E6 | 15 | 0 | 7 | 3 | 9F | 4F | 57 |
| Octal | 304 | 370 | 346 | 25 | 0 | 7 | 3 | 237 | 117 | 127 |
| Binary | 11000100 | 11111000 | 11100110 | 10101 | 0 | 111 | 11 | 10011111 | 1001111 | 1010111 |
Color Harmonies of #C4F8E6
Complementary color
Monochromatic Colors of #C4F8E6
Black with #C4F8E6
Text Example
Text Example
White with #C4F8E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4F8E6; }
p { color: rgb(196,248,230); }
H1.HeaderClassName
{
color: #C4F8E6;
}
.AnyTagClassName
{
color: #C4F8E6;
}
</style>
background-color css
<style>
a { background-color: #C4F8E6; }
a { background-color: rgb(196,248,230); }
div.DivClassName
{
background-color: #C4F8E6;
}
.BgClassName
{
background-color: #C4F8E6;
}
</style>
border-color css
<style>
span { border-color: #C4F8E6; }
span { border-color: rgb(196,248,230); }
td.TdClassName
{
border-color: #C4F8E6;
}
.TagClassName
{
border-color: #C4F8E6;
}
</style>