Shades of Humming Bird #C8FAEF
Tints of Humming Bird #C8FAEF
RGB
CMYK
RGB Variations
Color information
#C8FAEF (or 0xC8FAEF) is known color: Humming Bird. HEX triplet: C8, FA and EF. RGB value is (200,250,239). Sum of RGB (Red+Green+Blue) = 200+250+239=689 (91% of max value = 765). Red value is 200 (78.52% from 255 or 29.03% from 689); Green value is 250 (98.05% from 255 or 36.28% from 689); Blue value is 239 (93.75% from 255 or 34.69% from 689); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FAEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8FAEF is #370510. Grayscale: #E9E9E9. Windows color (decimal): -3605777 or 15727304. OLE color: 15727304.
HSL color Cylindrical-coordinate representation of color #C8FAEF: hue angle of 166.8º 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 #C8FAEF is Cyan = 0.2, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 250 | 239 | - |
| CMYK | 0.2 | 0 | 0.04 | 0.02 |
| HSL | 166.8º | 0.83% | 0.88% | - |
| HSV(B) | 166.8º | 0.2% | 0.98% | - |
| XYZ | 73.59 | 86.88 | 94.55 | - |
| YUV | 233.8 | 130.94 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 250 | 239 | 0.2 | 0 | 0.04 | 0.02 | 166.8 | 0.83 | 0.88 |
| Hex | C8 | FA | EF | 14 | 0 | 4 | 2 | A7 | 53 | 58 |
| Octal | 310 | 372 | 357 | 24 | 0 | 4 | 2 | 247 | 123 | 130 |
| Binary | 11001000 | 11111010 | 11101111 | 10100 | 0 | 100 | 10 | 10100111 | 1010011 | 1011000 |
Color Harmonies of #C8FAEF
Complementary color
Monochromatic Colors of #C8FAEF
Black with #C8FAEF
Text Example
Text Example
White with #C8FAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FAEF; }
p { color: rgb(200,250,239); }
H1.HeaderClassName
{
color: #C8FAEF;
}
.AnyTagClassName
{
color: #C8FAEF;
}
</style>
background-color css
<style>
a { background-color: #C8FAEF; }
a { background-color: rgb(200,250,239); }
div.DivClassName
{
background-color: #C8FAEF;
}
.BgClassName
{
background-color: #C8FAEF;
}
</style>
border-color css
<style>
span { border-color: #C8FAEF; }
span { border-color: rgb(200,250,239); }
td.TdClassName
{
border-color: #C8FAEF;
}
.TagClassName
{
border-color: #C8FAEF;
}
</style>