Shades of Humming Bird #C8FAE7
Tints of Humming Bird #C8FAE7
RGB
CMYK
RGB Variations
Color information
#C8FAE7 (or 0xC8FAE7) is known color: Humming Bird. HEX triplet: C8, FA and E7. RGB value is (200,250,231). Sum of RGB (Red+Green+Blue) = 200+250+231=681 (90% of max value = 765). Red value is 200 (78.52% from 255 or 29.37% from 681); Green value is 250 (98.05% from 255 or 36.71% from 681); Blue value is 231 (90.62% from 255 or 33.92% from 681); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FAE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8FAE7 is #370518. Grayscale: #E8E8E8. Windows color (decimal): -3605785 or 15203016. OLE color: 15203016.
HSL color Cylindrical-coordinate representation of color #C8FAE7: hue angle of 157.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 #C8FAE7 is Cyan = 0.2, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 250 | 231 | - |
| CMYK | 0.2 | 0 | 0.08 | 0.02 |
| HSL | 157.2º | 0.83% | 0.88% | - |
| HSV(B) | 157.2º | 0.2% | 0.98% | - |
| XYZ | 72.43 | 86.42 | 88.46 | - |
| YUV | 232.88 | 126.94 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 250 | 231 | 0.2 | 0 | 0.08 | 0.02 | 157.2 | 0.83 | 0.88 |
| Hex | C8 | FA | E7 | 14 | 0 | 8 | 2 | 9D | 53 | 58 |
| Octal | 310 | 372 | 347 | 24 | 0 | 10 | 2 | 235 | 123 | 130 |
| Binary | 11001000 | 11111010 | 11100111 | 10100 | 0 | 1000 | 10 | 10011101 | 1010011 | 1011000 |
Color Harmonies of #C8FAE7
Complementary color
Monochromatic Colors of #C8FAE7
Black with #C8FAE7
Text Example
Text Example
White with #C8FAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FAE7; }
p { color: rgb(200,250,231); }
H1.HeaderClassName
{
color: #C8FAE7;
}
.AnyTagClassName
{
color: #C8FAE7;
}
</style>
background-color css
<style>
a { background-color: #C8FAE7; }
a { background-color: rgb(200,250,231); }
div.DivClassName
{
background-color: #C8FAE7;
}
.BgClassName
{
background-color: #C8FAE7;
}
</style>
border-color css
<style>
span { border-color: #C8FAE7; }
span { border-color: rgb(200,250,231); }
td.TdClassName
{
border-color: #C8FAE7;
}
.TagClassName
{
border-color: #C8FAE7;
}
</style>