#C0FBE6

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

Shades of Humming Bird #C0FBE6

Tints of Humming Bird #C0FBE6

Color information

#C0FBE6 (or 0xC0FBE6) is unknown color: approx Humming Bird. HEX triplet: C0, FB and E6. RGB value is (192,251,230). Sum of RGB (Red+Green+Blue) = 192+251+230=673 (89% of max value = 765). Red value is 192 (75.39% from 255 or 28.53% from 673); Green value is 251 (98.44% from 255 or 37.30% from 673); Blue value is 230 (90.23% from 255 or 34.18% from 673); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FBE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FBE6 is #3F0419. Grayscale: #E6E6E6. Windows color (decimal): -4129818 or 15137728. OLE color: 15137728.

HSL color Cylindrical-coordinate representation of color #C0FBE6: hue angle of 158.64º 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 #C0FBE6 is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB192251230-
CMYK0.2400.080.02
HSL158.64º88.06%86.86%-
HSV(B)158.64º23.51%98.43%-
XYZ70.5285.9187.73-
YUV230.96127.45100.21-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 28.53%
GREEN value IS 251 (98.44% from 255) = 37.30%
BLUE value IS 230 (90.23% from 255) = 34.18%
R=28.53%
G=37.30%
B=34.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1922512300.2400.080.02158.6488.0686.86
HexC0FBE6180829f5857
Octal300373346300102237130127
Binary1100000011111011111001101100001000101001111110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FBE6; }

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

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

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

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

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

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

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

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