#C0FEEB

Color #C0FEEB Humming Bird (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Humming Bird #C0FEEB

Tints of Humming Bird #C0FEEB

Color information

#C0FEEB (or 0xC0FEEB) is unknown color: approx Humming Bird. HEX triplet: C0, FE and EB. RGB value is (192,254,235). Sum of RGB (Red+Green+Blue) = 192+254+235=681 (90% of max value = 765). Red value is 192 (75.39% from 255 or 28.19% from 681); Green value is 254 (99.61% from 255 or 37.30% from 681); Blue value is 235 (92.19% from 255 or 34.51% from 681); Max value from RGB is 254 - color contains mainly: green. Hex color #C0FEEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FEEB is #3F0114. Grayscale: #E9E9E9. Windows color (decimal): -4129045 or 15466176. OLE color: 15466176.

HSL color Cylindrical-coordinate representation of color #C0FEEB: hue angle of 161.61º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0FEEB is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB192254235-
CMYK0.2400.070.00
HSL161.61º96.88%87.45%-
HSV(B)161.61º24.41%99.61%-
XYZ72.1888.0991.8-
YUV233.3128.9698.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 28.19%
GREEN value IS 254 (99.61% from 255) = 37.30%
BLUE value IS 235 (92.19% from 255) = 34.51%
R=28.19%
G=37.30%
B=34.51%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1922542350.2400.070.00161.6196.8887.45
HexC0FEEB18070a26157
Octal30037635330070242141127
Binary11000000111111101110101111000011101010001011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FEEB; }

 p { color: rgb(192,254,235); }

 H1.HeaderClassName
 {
   color: #C0FEEB;
 }
 .AnyTagClassName
 {
   color: #C0FEEB;
 }
</style>
background-color css

<style>
 a { background-color: #C0FEEB; }

 a { background-color: rgb(192,254,235); }

 div.DivClassName
 {
   background-color: #C0FEEB;
 }
 .BgClassName
 {
   background-color: #C0FEEB;
 }
</style>
border-color css

<style>
 span { border-color: #C0FEEB; }

 span { border-color: rgb(192,254,235); }

 td.TdClassName
 {
   border-color: #C0FEEB;
 }
 .TagClassName
 {
   border-color: #C0FEEB;
 }
</style>