Shades of Humming Bird #C8FCEF
Tints of Humming Bird #C8FCEF
RGB
CMYK
RGB Variations
Color information
#C8FCEF (or 0xC8FCEF) is known color: Humming Bird. HEX triplet: C8, FC and EF. RGB value is (200,252,239). Sum of RGB (Red+Green+Blue) = 200+252+239=691 (91% of max value = 765). Red value is 200 (78.52% from 255 or 28.94% from 691); Green value is 252 (98.83% from 255 or 36.47% from 691); Blue value is 239 (93.75% from 255 or 34.59% from 691); Max value from RGB is 252 - color contains mainly: green. Hex color #C8FCEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8FCEF is #370310. Grayscale: #EAEAEA. Windows color (decimal): -3605265 or 15727816. OLE color: 15727816.
HSL color Cylindrical-coordinate representation of color #C8FCEF: hue angle of 165º degrees, saturation: 0.9, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8FCEF is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 252 | 239 | - |
| CMYK | 0.21 | 0 | 0.05 | 0.01 |
| HSL | 165º | 0.9% | 0.89% | - |
| HSV(B) | 165º | 0.21% | 0.99% | - |
| XYZ | 74.21 | 88.13 | 94.76 | - |
| YUV | 234.97 | 130.27 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 252 | 239 | 0.21 | 0 | 0.05 | 0.01 | 165 | 0.9 | 0.89 |
| Hex | C8 | FC | EF | 15 | 0 | 5 | 1 | A5 | 5A | 59 |
| Octal | 310 | 374 | 357 | 25 | 0 | 5 | 1 | 245 | 132 | 131 |
| Binary | 11001000 | 11111100 | 11101111 | 10101 | 0 | 101 | 1 | 10100101 | 1011010 | 1011001 |
Color Harmonies of #C8FCEF
Complementary color
Monochromatic Colors of #C8FCEF
Black with #C8FCEF
Text Example
Text Example
White with #C8FCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FCEF; }
p { color: rgb(200,252,239); }
H1.HeaderClassName
{
color: #C8FCEF;
}
.AnyTagClassName
{
color: #C8FCEF;
}
</style>
background-color css
<style>
a { background-color: #C8FCEF; }
a { background-color: rgb(200,252,239); }
div.DivClassName
{
background-color: #C8FCEF;
}
.BgClassName
{
background-color: #C8FCEF;
}
</style>
border-color css
<style>
span { border-color: #C8FCEF; }
span { border-color: rgb(200,252,239); }
td.TdClassName
{
border-color: #C8FCEF;
}
.TagClassName
{
border-color: #C8FCEF;
}
</style>