Shades of Humming Bird #C8FBEC
Tints of Humming Bird #C8FBEC
RGB
CMYK
RGB Variations
Color information
#C8FBEC (or 0xC8FBEC) is known color: Humming Bird. HEX triplet: C8, FB and EC. RGB value is (200,251,236). Sum of RGB (Red+Green+Blue) = 200+251+236=687 (90% of max value = 765). Red value is 200 (78.52% from 255 or 29.11% from 687); Green value is 251 (98.44% from 255 or 36.54% from 687); Blue value is 236 (92.58% from 255 or 34.35% from 687); Max value from RGB is 251 - color contains mainly: green. Hex color #C8FBEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8FBEC is #370413. Grayscale: #EAEAEA. Windows color (decimal): -3605524 or 15530952. OLE color: 15530952.
HSL color Cylindrical-coordinate representation of color #C8FBEC: hue angle of 162.35º 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 #C8FBEC is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
RGB | 200 | 251 | 236 | - |
CMYK | 0.20 | 0 | 0.06 | 0.02 |
HSL | 162.35º | 0.86% | 0.88% | - |
HSV(B) | 162.35º | 0.2% | 0.98% | - |
XYZ | 73.46 | 87.33 | 92.34 | - |
YUV | 234.04 | 129.1 | 103.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 251 | 236 | 0.20 | 0 | 0.06 | 0.02 | 162.35 | 0.86 | 0.88 |
Hex | C8 | FB | EC | 14 | 0 | 6 | 2 | A2 | 56 | 58 |
Octal | 310 | 373 | 354 | 24 | 0 | 6 | 2 | 242 | 126 | 130 |
Binary | 11001000 | 11111011 | 11101100 | 10100 | 0 | 110 | 10 | 10100010 | 1010110 | 1011000 |
Color Harmonies of #C8FBEC
Complementary color
Monochromatic Colors of #C8FBEC
Black with #C8FBEC
Text Example
Text Example
White with #C8FBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FBEC; }
p { color: rgb(200,251,236); }
H1.HeaderClassName
{
color: #C8FBEC;
}
.AnyTagClassName
{
color: #C8FBEC;
}
</style>
background-color css
<style>
a { background-color: #C8FBEC; }
a { background-color: rgb(200,251,236); }
div.DivClassName
{
background-color: #C8FBEC;
}
.BgClassName
{
background-color: #C8FBEC;
}
</style>
border-color css
<style>
span { border-color: #C8FBEC; }
span { border-color: rgb(200,251,236); }
td.TdClassName
{
border-color: #C8FBEC;
}
.TagClassName
{
border-color: #C8FBEC;
}
</style>