Shades of Humming Bird #C8FBED
Tints of Humming Bird #C8FBED
RGB
CMYK
RGB Variations
Color information
#C8FBED (or 0xC8FBED) is known color: Humming Bird. HEX triplet: C8, FB and ED. RGB value is (200,251,237). Sum of RGB (Red+Green+Blue) = 200+251+237=688 (91% of max value = 765). Red value is 200 (78.52% from 255 or 29.07% from 688); Green value is 251 (98.44% from 255 or 36.48% from 688); Blue value is 237 (92.97% from 255 or 34.45% from 688); Max value from RGB is 251 - color contains mainly: green. Hex color #C8FBED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8FBED is #370412. Grayscale: #EAEAEA. Windows color (decimal): -3605523 or 15596488. OLE color: 15596488.
HSL color Cylindrical-coordinate representation of color #C8FBED: hue angle of 163.53º 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 #C8FBED is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
RGB | 200 | 251 | 237 | - |
CMYK | 0.20 | 0 | 0.06 | 0.02 |
HSL | 163.53º | 0.86% | 0.88% | - |
HSV(B) | 163.53º | 0.2% | 0.98% | - |
XYZ | 73.6 | 87.39 | 93.11 | - |
YUV | 234.16 | 129.6 | 103.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 251 | 237 | 0.20 | 0 | 0.06 | 0.02 | 163.53 | 0.86 | 0.88 |
Hex | C8 | FB | ED | 14 | 0 | 6 | 2 | A4 | 56 | 58 |
Octal | 310 | 373 | 355 | 24 | 0 | 6 | 2 | 244 | 126 | 130 |
Binary | 11001000 | 11111011 | 11101101 | 10100 | 0 | 110 | 10 | 10100100 | 1010110 | 1011000 |
Color Harmonies of #C8FBED
Complementary color
Monochromatic Colors of #C8FBED
Black with #C8FBED
Text Example
Text Example
White with #C8FBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FBED; }
p { color: rgb(200,251,237); }
H1.HeaderClassName
{
color: #C8FBED;
}
.AnyTagClassName
{
color: #C8FBED;
}
</style>
background-color css
<style>
a { background-color: #C8FBED; }
a { background-color: rgb(200,251,237); }
div.DivClassName
{
background-color: #C8FBED;
}
.BgClassName
{
background-color: #C8FBED;
}
</style>
border-color css
<style>
span { border-color: #C8FBED; }
span { border-color: rgb(200,251,237); }
td.TdClassName
{
border-color: #C8FBED;
}
.TagClassName
{
border-color: #C8FBED;
}
</style>