#C0FBEF

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

Shades of Humming Bird #C0FBEF

Tints of Humming Bird #C0FBEF

Color information

#C0FBEF (or 0xC0FBEF) is unknown color: approx Humming Bird. HEX triplet: C0, FB and EF. RGB value is (192,251,239). Sum of RGB (Red+Green+Blue) = 192+251+239=682 (90% of max value = 765). Red value is 192 (75.39% from 255 or 28.15% from 682); Green value is 251 (98.44% from 255 or 36.80% from 682); Blue value is 239 (93.75% from 255 or 35.04% from 682); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FBEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FBEF is #3F0410. Grayscale: #E7E7E7. Windows color (decimal): -4129809 or 15727552. OLE color: 15727552.

HSL color Cylindrical-coordinate representation of color #C0FBEF: hue angle of 167.8º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0FBEF is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB192251239-
CMYK0.2400.050.02
HSL167.8º88.06%86.86%-
HSV(B)167.8º23.51%98.43%-
XYZ71.8286.4394.56-
YUV231.99131.9599.48-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 28.15%
GREEN value IS 251 (98.44% from 255) = 36.80%
BLUE value IS 239 (93.75% from 255) = 35.04%
R=28.15%
G=36.80%
B=35.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1922512390.2400.050.02167.888.0686.86
HexC0FBEF18052a85857
Octal30037335730052250130127
Binary110000001111101111101111110000101101010100010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FBEF; }

 p { color: rgb(192,251,239); }

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

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

 a { background-color: rgb(192,251,239); }

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

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

 span { border-color: rgb(192,251,239); }

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