Shades of Humming Bird #C8F6ED
Tints of Humming Bird #C8F6ED
RGB
CMYK
RGB Variations
Color information
#C8F6ED (or 0xC8F6ED) is known color: Humming Bird. HEX triplet: C8, F6 and ED. RGB value is (200,246,237). Sum of RGB (Red+Green+Blue) = 200+246+237=683 (90% of max value = 765). Red value is 200 (78.52% from 255 or 29.28% from 683); Green value is 246 (96.48% from 255 or 36.02% from 683); Blue value is 237 (92.97% from 255 or 34.70% from 683); Max value from RGB is 246 - color contains mainly: green. Hex color #C8F6ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8F6ED is #370912. Grayscale: #E7E7E7. Windows color (decimal): -3606803 or 15595208. OLE color: 15595208.
HSL color Cylindrical-coordinate representation of color #C8F6ED: hue angle of 168.26º degrees, saturation: 0.72, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C8F6ED is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
RGB | 200 | 246 | 237 | - |
CMYK | 0.19 | 0 | 0.04 | 0.04 |
HSL | 168.26º | 0.72% | 0.87% | - |
HSV(B) | 168.26º | 0.19% | 0.96% | - |
XYZ | 72.06 | 84.31 | 92.6 | - |
YUV | 231.22 | 131.26 | 105.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 246 | 237 | 0.19 | 0 | 0.04 | 0.04 | 168.26 | 0.72 | 0.87 |
Hex | C8 | F6 | ED | 13 | 0 | 4 | 4 | A8 | 48 | 57 |
Octal | 310 | 366 | 355 | 23 | 0 | 4 | 4 | 250 | 110 | 127 |
Binary | 11001000 | 11110110 | 11101101 | 10011 | 0 | 100 | 100 | 10101000 | 1001000 | 1010111 |
Color Harmonies of #C8F6ED
Complementary color
Monochromatic Colors of #C8F6ED
Black with #C8F6ED
Text Example
Text Example
White with #C8F6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F6ED; }
p { color: rgb(200,246,237); }
H1.HeaderClassName
{
color: #C8F6ED;
}
.AnyTagClassName
{
color: #C8F6ED;
}
</style>
background-color css
<style>
a { background-color: #C8F6ED; }
a { background-color: rgb(200,246,237); }
div.DivClassName
{
background-color: #C8F6ED;
}
.BgClassName
{
background-color: #C8F6ED;
}
</style>
border-color css
<style>
span { border-color: #C8F6ED; }
span { border-color: rgb(200,246,237); }
td.TdClassName
{
border-color: #C8F6ED;
}
.TagClassName
{
border-color: #C8F6ED;
}
</style>