Shades of Humming Bird #C8FAEC
Tints of Humming Bird #C8FAEC
RGB
CMYK
RGB Variations
Color information
#C8FAEC (or 0xC8FAEC) is known color: Humming Bird. HEX triplet: C8, FA and EC. RGB value is (200,250,236). Sum of RGB (Red+Green+Blue) = 200+250+236=686 (90% of max value = 765). Red value is 200 (78.52% from 255 or 29.15% from 686); Green value is 250 (98.05% from 255 or 36.44% from 686); Blue value is 236 (92.58% from 255 or 34.40% from 686); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FAEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8FAEC is #370513. Grayscale: #E9E9E9. Windows color (decimal): -3605780 or 15530696. OLE color: 15530696.
HSL color Cylindrical-coordinate representation of color #C8FAEC: hue angle of 163.2º 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 #C8FAEC is Cyan = 0.2, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 250 | 236 | - |
| CMYK | 0.2 | 0 | 0.06 | 0.02 |
| HSL | 163.2º | 0.83% | 0.88% | - |
| HSV(B) | 163.2º | 0.2% | 0.98% | - |
| XYZ | 73.15 | 86.71 | 92.24 | - |
| YUV | 233.45 | 129.44 | 104.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 250 | 236 | 0.2 | 0 | 0.06 | 0.02 | 163.2 | 0.83 | 0.88 |
| Hex | C8 | FA | EC | 14 | 0 | 6 | 2 | A3 | 53 | 58 |
| Octal | 310 | 372 | 354 | 24 | 0 | 6 | 2 | 243 | 123 | 130 |
| Binary | 11001000 | 11111010 | 11101100 | 10100 | 0 | 110 | 10 | 10100011 | 1010011 | 1011000 |
Color Harmonies of #C8FAEC
Complementary color
Monochromatic Colors of #C8FAEC
Black with #C8FAEC
Text Example
Text Example
White with #C8FAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FAEC; }
p { color: rgb(200,250,236); }
H1.HeaderClassName
{
color: #C8FAEC;
}
.AnyTagClassName
{
color: #C8FAEC;
}
</style>
background-color css
<style>
a { background-color: #C8FAEC; }
a { background-color: rgb(200,250,236); }
div.DivClassName
{
background-color: #C8FAEC;
}
.BgClassName
{
background-color: #C8FAEC;
}
</style>
border-color css
<style>
span { border-color: #C8FAEC; }
span { border-color: rgb(200,250,236); }
td.TdClassName
{
border-color: #C8FAEC;
}
.TagClassName
{
border-color: #C8FAEC;
}
</style>