Shades of Humming Bird #C8FBE6
Tints of Humming Bird #C8FBE6
RGB
CMYK
RGB Variations
Color information
#C8FBE6 (or 0xC8FBE6) is known color: Humming Bird. HEX triplet: C8, FB and E6. RGB value is (200,251,230). Sum of RGB (Red+Green+Blue) = 200+251+230=681 (90% of max value = 765). Red value is 200 (78.52% from 255 or 29.37% from 681); Green value is 251 (98.44% from 255 or 36.86% from 681); Blue value is 230 (90.23% from 255 or 33.77% from 681); Max value from RGB is 251 - color contains mainly: green. Hex color #C8FBE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8FBE6 is #370419. Grayscale: #E9E9E9. Windows color (decimal): -3605530 or 15137736. OLE color: 15137736.
HSL color Cylindrical-coordinate representation of color #C8FBE6: hue angle of 155.29º degrees, saturation: 0.86, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8FBE6 is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 251 | 230 | - |
| CMYK | 0.20 | 0 | 0.08 | 0.02 |
| HSL | 155.29º | 0.86% | 0.88% | - |
| HSV(B) | 155.29º | 0.2% | 0.98% | - |
| XYZ | 72.6 | 86.99 | 87.83 | - |
| YUV | 233.36 | 126.1 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 251 | 230 | 0.20 | 0 | 0.08 | 0.02 | 155.29 | 0.86 | 0.88 |
| Hex | C8 | FB | E6 | 14 | 0 | 8 | 2 | 9B | 56 | 58 |
| Octal | 310 | 373 | 346 | 24 | 0 | 10 | 2 | 233 | 126 | 130 |
| Binary | 11001000 | 11111011 | 11100110 | 10100 | 0 | 1000 | 10 | 10011011 | 1010110 | 1011000 |
Color Harmonies of #C8FBE6
Complementary color
Monochromatic Colors of #C8FBE6
Black with #C8FBE6
Text Example
Text Example
White with #C8FBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FBE6; }
p { color: rgb(200,251,230); }
H1.HeaderClassName
{
color: #C8FBE6;
}
.AnyTagClassName
{
color: #C8FBE6;
}
</style>
background-color css
<style>
a { background-color: #C8FBE6; }
a { background-color: rgb(200,251,230); }
div.DivClassName
{
background-color: #C8FBE6;
}
.BgClassName
{
background-color: #C8FBE6;
}
</style>
border-color css
<style>
span { border-color: #C8FBE6; }
span { border-color: rgb(200,251,230); }
td.TdClassName
{
border-color: #C8FBE6;
}
.TagClassName
{
border-color: #C8FBE6;
}
</style>