Shades of Humming Bird #C2FBEC
Tints of Humming Bird #C2FBEC
RGB
CMYK
RGB Variations
Color information
#C2FBEC (or 0xC2FBEC) is known color: Humming Bird. HEX triplet: C2, FB and EC. RGB value is (194,251,236). Sum of RGB (Red+Green+Blue) = 194+251+236=681 (90% of max value = 765). Red value is 194 (76.17% from 255 or 28.49% from 681); Green value is 251 (98.44% from 255 or 36.86% from 681); Blue value is 236 (92.58% from 255 or 34.65% from 681); Max value from RGB is 251 - color contains mainly: green. Hex color #C2FBEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FBEC is #3D0413. Grayscale: #E8E8E8. Windows color (decimal): -3998740 or 15530946. OLE color: 15530946.
HSL color Cylindrical-coordinate representation of color #C2FBEC: hue angle of 164.21º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2FBEC is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
RGB | 194 | 251 | 236 | - |
CMYK | 0.23 | 0 | 0.06 | 0.02 |
HSL | 164.21º | 0.88% | 0.87% | - |
HSV(B) | 164.21º | 0.23% | 0.98% | - |
XYZ | 71.89 | 86.52 | 92.27 | - |
YUV | 232.25 | 130.12 | 100.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 251 | 236 | 0.23 | 0 | 0.06 | 0.02 | 164.21 | 0.88 | 0.87 |
Hex | C2 | FB | EC | 17 | 0 | 6 | 2 | A4 | 58 | 57 |
Octal | 302 | 373 | 354 | 27 | 0 | 6 | 2 | 244 | 130 | 127 |
Binary | 11000010 | 11111011 | 11101100 | 10111 | 0 | 110 | 10 | 10100100 | 1011000 | 1010111 |
Color Harmonies of #C2FBEC
Complementary color
Monochromatic Colors of #C2FBEC
Black with #C2FBEC
Text Example
Text Example
White with #C2FBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FBEC; }
p { color: rgb(194,251,236); }
H1.HeaderClassName
{
color: #C2FBEC;
}
.AnyTagClassName
{
color: #C2FBEC;
}
</style>
background-color css
<style>
a { background-color: #C2FBEC; }
a { background-color: rgb(194,251,236); }
div.DivClassName
{
background-color: #C2FBEC;
}
.BgClassName
{
background-color: #C2FBEC;
}
</style>
border-color css
<style>
span { border-color: #C2FBEC; }
span { border-color: rgb(194,251,236); }
td.TdClassName
{
border-color: #C2FBEC;
}
.TagClassName
{
border-color: #C2FBEC;
}
</style>