Shades of Humming Bird #C0FFEE
Tints of Humming Bird #C0FFEE
RGB
CMYK
RGB Variations
Color information
#C0FFEE (or 0xC0FFEE) is known color: Humming Bird. HEX triplet: C0, FF and EE. RGB value is (192,255,238). Sum of RGB (Red+Green+Blue) = 192+255+238=685 (90% of max value = 765). Red value is 192 (75.39% from 255 or 28.03% from 685); Green value is 255 (100% from 255 or 37.23% from 685); Blue value is 238 (93.36% from 255 or 34.74% from 685); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FFEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FFEE is #3F0011. Grayscale: #EAEAEA. Windows color (decimal): -4128786 or 15663040. OLE color: 15663040.
HSL color Cylindrical-coordinate representation of color #C0FFEE: hue angle of 163.81º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0FFEE is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
RGB | 192 | 255 | 238 | - |
CMYK | 0.25 | 0 | 0.07 | 0 |
HSL | 163.81º | 1% | 0.88% | - |
HSV(B) | 163.81º | 0.25% | 1% | - |
XYZ | 72.93 | 88.9 | 94.2 | - |
YUV | 234.23 | 130.13 | 97.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 255 | 238 | 0.25 | 0 | 0.07 | 0 | 163.81 | 1 | 0.88 |
Hex | C0 | FF | EE | 19 | 0 | 7 | 0 | A4 | 64 | 58 |
Octal | 300 | 377 | 356 | 31 | 0 | 7 | 0 | 244 | 144 | 130 |
Binary | 11000000 | 11111111 | 11101110 | 11001 | 0 | 111 | 0 | 10100100 | 1100100 | 1011000 |
Color Harmonies of #C0FFEE
Complementary color
Monochromatic Colors of #C0FFEE
Black with #C0FFEE
Text Example
Text Example
White with #C0FFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FFEE; }
p { color: rgb(192,255,238); }
H1.HeaderClassName
{
color: #C0FFEE;
}
.AnyTagClassName
{
color: #C0FFEE;
}
</style>
background-color css
<style>
a { background-color: #C0FFEE; }
a { background-color: rgb(192,255,238); }
div.DivClassName
{
background-color: #C0FFEE;
}
.BgClassName
{
background-color: #C0FFEE;
}
</style>
border-color css
<style>
span { border-color: #C0FFEE; }
span { border-color: rgb(192,255,238); }
td.TdClassName
{
border-color: #C0FFEE;
}
.TagClassName
{
border-color: #C0FFEE;
}
</style>