Shades of Humming Bird #C8FAEB
Tints of Humming Bird #C8FAEB
RGB
CMYK
RGB Variations
Color information
#C8FAEB (or 0xC8FAEB) is known color: Humming Bird. HEX triplet: C8, FA and EB. RGB value is (200,250,235). Sum of RGB (Red+Green+Blue) = 200+250+235=685 (90% of max value = 765). Red value is 200 (78.52% from 255 or 29.20% from 685); Green value is 250 (98.05% from 255 or 36.50% from 685); Blue value is 235 (92.19% from 255 or 34.31% from 685); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FAEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8FAEB is #370514. Grayscale: #E9E9E9. Windows color (decimal): -3605781 or 15465160. OLE color: 15465160.
HSL color Cylindrical-coordinate representation of color #C8FAEB: hue angle of 162º degrees, saturation: 0.83, 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 #C8FAEB is Cyan = 0.2, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 250 | 235 | - |
| CMYK | 0.2 | 0 | 0.06 | 0.02 |
| HSL | 162º | 0.83% | 0.88% | - |
| HSV(B) | 162º | 0.2% | 0.98% | - |
| XYZ | 73 | 86.65 | 91.47 | - |
| YUV | 233.34 | 128.94 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 250 | 235 | 0.2 | 0 | 0.06 | 0.02 | 162 | 0.83 | 0.88 |
| Hex | C8 | FA | EB | 14 | 0 | 6 | 2 | A2 | 53 | 58 |
| Octal | 310 | 372 | 353 | 24 | 0 | 6 | 2 | 242 | 123 | 130 |
| Binary | 11001000 | 11111010 | 11101011 | 10100 | 0 | 110 | 10 | 10100010 | 1010011 | 1011000 |
Color Harmonies of #C8FAEB
Complementary color
Monochromatic Colors of #C8FAEB
Black with #C8FAEB
Text Example
Text Example
White with #C8FAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FAEB; }
p { color: rgb(200,250,235); }
H1.HeaderClassName
{
color: #C8FAEB;
}
.AnyTagClassName
{
color: #C8FAEB;
}
</style>
background-color css
<style>
a { background-color: #C8FAEB; }
a { background-color: rgb(200,250,235); }
div.DivClassName
{
background-color: #C8FAEB;
}
.BgClassName
{
background-color: #C8FAEB;
}
</style>
border-color css
<style>
span { border-color: #C8FAEB; }
span { border-color: rgb(200,250,235); }
td.TdClassName
{
border-color: #C8FAEB;
}
.TagClassName
{
border-color: #C8FAEB;
}
</style>