Shades of Humming Bird #C8FBEF
Tints of Humming Bird #C8FBEF
RGB
CMYK
RGB Variations
Color information
#C8FBEF (or 0xC8FBEF) is known color: Humming Bird. HEX triplet: C8, FB and EF. RGB value is (200,251,239). Sum of RGB (Red+Green+Blue) = 200+251+239=690 (91% of max value = 765). Red value is 200 (78.52% from 255 or 28.99% from 690); Green value is 251 (98.44% from 255 or 36.38% from 690); Blue value is 239 (93.75% from 255 or 34.64% from 690); Max value from RGB is 251 - color contains mainly: green. Hex color #C8FBEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8FBEF is #370410. Grayscale: #EAEAEA. Windows color (decimal): -3605521 or 15727560. OLE color: 15727560.
HSL color Cylindrical-coordinate representation of color #C8FBEF: hue angle of 165.88º 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 #C8FBEF is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 251 | 239 | - |
| CMYK | 0.20 | 0 | 0.05 | 0.02 |
| HSL | 165.88º | 0.86% | 0.88% | - |
| HSV(B) | 165.88º | 0.2% | 0.98% | - |
| XYZ | 73.9 | 87.51 | 94.66 | - |
| YUV | 234.38 | 130.6 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 251 | 239 | 0.20 | 0 | 0.05 | 0.02 | 165.88 | 0.86 | 0.88 |
| Hex | C8 | FB | EF | 14 | 0 | 5 | 2 | A6 | 56 | 58 |
| Octal | 310 | 373 | 357 | 24 | 0 | 5 | 2 | 246 | 126 | 130 |
| Binary | 11001000 | 11111011 | 11101111 | 10100 | 0 | 101 | 10 | 10100110 | 1010110 | 1011000 |
Color Harmonies of #C8FBEF
Complementary color
Monochromatic Colors of #C8FBEF
Black with #C8FBEF
Text Example
Text Example
White with #C8FBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FBEF; }
p { color: rgb(200,251,239); }
H1.HeaderClassName
{
color: #C8FBEF;
}
.AnyTagClassName
{
color: #C8FBEF;
}
</style>
background-color css
<style>
a { background-color: #C8FBEF; }
a { background-color: rgb(200,251,239); }
div.DivClassName
{
background-color: #C8FBEF;
}
.BgClassName
{
background-color: #C8FBEF;
}
</style>
border-color css
<style>
span { border-color: #C8FBEF; }
span { border-color: rgb(200,251,239); }
td.TdClassName
{
border-color: #C8FBEF;
}
.TagClassName
{
border-color: #C8FBEF;
}
</style>