Shades of Humming Bird #C0FFF2
Tints of Humming Bird #C0FFF2
RGB
CMYK
RGB Variations
Color information
#C0FFF2 (or 0xC0FFF2) is known color: Humming Bird. HEX triplet: C0, FF and F2. RGB value is (192,255,242). Sum of RGB (Red+Green+Blue) = 192+255+242=689 (91% of max value = 765). Red value is 192 (75.39% from 255 or 27.87% from 689); Green value is 255 (100% from 255 or 37.01% from 689); Blue value is 242 (94.92% from 255 or 35.12% from 689); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FFF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FFF2 is #3F000D. Grayscale: #EAEAEA. Windows color (decimal): -4128782 or 15925184. OLE color: 15925184.
HSL color Cylindrical-coordinate representation of color #C0FFF2: hue angle of 167.62º 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 #C0FFF2 is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
RGB | 192 | 255 | 242 | - |
CMYK | 0.25 | 0 | 0.05 | 0 |
HSL | 167.62º | 1% | 0.88% | - |
HSV(B) | 167.62º | 0.25% | 1% | - |
XYZ | 73.53 | 89.14 | 97.33 | - |
YUV | 234.68 | 132.13 | 97.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 255 | 242 | 0.25 | 0 | 0.05 | 0 | 167.62 | 1 | 0.88 |
Hex | C0 | FF | F2 | 19 | 0 | 5 | 0 | A8 | 64 | 58 |
Octal | 300 | 377 | 362 | 31 | 0 | 5 | 0 | 250 | 144 | 130 |
Binary | 11000000 | 11111111 | 11110010 | 11001 | 0 | 101 | 0 | 10101000 | 1100100 | 1011000 |
Color Harmonies of #C0FFF2
Complementary color
Monochromatic Colors of #C0FFF2
Black with #C0FFF2
Text Example
Text Example
White with #C0FFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FFF2; }
p { color: rgb(192,255,242); }
H1.HeaderClassName
{
color: #C0FFF2;
}
.AnyTagClassName
{
color: #C0FFF2;
}
</style>
background-color css
<style>
a { background-color: #C0FFF2; }
a { background-color: rgb(192,255,242); }
div.DivClassName
{
background-color: #C0FFF2;
}
.BgClassName
{
background-color: #C0FFF2;
}
</style>
border-color css
<style>
span { border-color: #C0FFF2; }
span { border-color: rgb(192,255,242); }
td.TdClassName
{
border-color: #C0FFF2;
}
.TagClassName
{
border-color: #C0FFF2;
}
</style>