Shades of Humming Bird #C8FBE2
Tints of Humming Bird #C8FBE2
RGB
CMYK
RGB Variations
Color information
#C8FBE2 (or 0xC8FBE2) is known color: Humming Bird. HEX triplet: C8, FB and E2. RGB value is (200,251,226). Sum of RGB (Red+Green+Blue) = 200+251+226=677 (89% of max value = 765). Red value is 200 (78.52% from 255 or 29.54% from 677); Green value is 251 (98.44% from 255 or 37.08% from 677); Blue value is 226 (88.67% from 255 or 33.38% from 677); Max value from RGB is 251 - color contains mainly: green. Hex color #C8FBE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FBE2 is #37041D. Grayscale: #E8E8E8. Windows color (decimal): -3605534 or 14875592. OLE color: 14875592.
HSL color Cylindrical-coordinate representation of color #C8FBE2: hue angle of 150.59º 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 #C8FBE2 is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
RGB | 200 | 251 | 226 | - |
CMYK | 0.20 | 0 | 0.10 | 0.02 |
HSL | 150.59º | 0.86% | 0.88% | - |
HSV(B) | 150.59º | 0.2% | 0.98% | - |
XYZ | 72.04 | 86.76 | 84.9 | - |
YUV | 232.9 | 124.1 | 104.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 251 | 226 | 0.20 | 0 | 0.10 | 0.02 | 150.59 | 0.86 | 0.88 |
Hex | C8 | FB | E2 | 14 | 0 | A | 2 | 97 | 56 | 58 |
Octal | 310 | 373 | 342 | 24 | 0 | 12 | 2 | 227 | 126 | 130 |
Binary | 11001000 | 11111011 | 11100010 | 10100 | 0 | 1010 | 10 | 10010111 | 1010110 | 1011000 |
Color Harmonies of #C8FBE2
Complementary color
Monochromatic Colors of #C8FBE2
Black with #C8FBE2
Text Example
Text Example
White with #C8FBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FBE2; }
p { color: rgb(200,251,226); }
H1.HeaderClassName
{
color: #C8FBE2;
}
.AnyTagClassName
{
color: #C8FBE2;
}
</style>
background-color css
<style>
a { background-color: #C8FBE2; }
a { background-color: rgb(200,251,226); }
div.DivClassName
{
background-color: #C8FBE2;
}
.BgClassName
{
background-color: #C8FBE2;
}
</style>
border-color css
<style>
span { border-color: #C8FBE2; }
span { border-color: rgb(200,251,226); }
td.TdClassName
{
border-color: #C8FBE2;
}
.TagClassName
{
border-color: #C8FBE2;
}
</style>