Shades of Humming Bird #C8FBEE
Tints of Humming Bird #C8FBEE
RGB
CMYK
RGB Variations
Color information
#C8FBEE (or 0xC8FBEE) is known color: Humming Bird. HEX triplet: C8, FB and EE. RGB value is (200,251,238). Sum of RGB (Red+Green+Blue) = 200+251+238=689 (91% of max value = 765). Red value is 200 (78.52% from 255 or 29.03% from 689); Green value is 251 (98.44% from 255 or 36.43% from 689); Blue value is 238 (93.36% from 255 or 34.54% from 689); Max value from RGB is 251 - color contains mainly: green. Hex color #C8FBEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8FBEE is #370411. Grayscale: #EAEAEA. Windows color (decimal): -3605522 or 15662024. OLE color: 15662024.
HSL color Cylindrical-coordinate representation of color #C8FBEE: hue angle of 164.71º 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 #C8FBEE is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 251 | 238 | - |
| CMYK | 0.20 | 0 | 0.05 | 0.02 |
| HSL | 164.71º | 0.86% | 0.88% | - |
| HSV(B) | 164.71º | 0.2% | 0.98% | - |
| XYZ | 73.75 | 87.45 | 93.88 | - |
| YUV | 234.27 | 130.1 | 103.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 251 | 238 | 0.20 | 0 | 0.05 | 0.02 | 164.71 | 0.86 | 0.88 |
| Hex | C8 | FB | EE | 14 | 0 | 5 | 2 | A5 | 56 | 58 |
| Octal | 310 | 373 | 356 | 24 | 0 | 5 | 2 | 245 | 126 | 130 |
| Binary | 11001000 | 11111011 | 11101110 | 10100 | 0 | 101 | 10 | 10100101 | 1010110 | 1011000 |
Color Harmonies of #C8FBEE
Complementary color
Monochromatic Colors of #C8FBEE
Black with #C8FBEE
Text Example
Text Example
White with #C8FBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FBEE; }
p { color: rgb(200,251,238); }
H1.HeaderClassName
{
color: #C8FBEE;
}
.AnyTagClassName
{
color: #C8FBEE;
}
</style>
background-color css
<style>
a { background-color: #C8FBEE; }
a { background-color: rgb(200,251,238); }
div.DivClassName
{
background-color: #C8FBEE;
}
.BgClassName
{
background-color: #C8FBEE;
}
</style>
border-color css
<style>
span { border-color: #C8FBEE; }
span { border-color: rgb(200,251,238); }
td.TdClassName
{
border-color: #C8FBEE;
}
.TagClassName
{
border-color: #C8FBEE;
}
</style>