#C0FFE6

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

Shades of Humming Bird #C0FFE6

Tints of Humming Bird #C0FFE6

Color information

#C0FFE6 (or 0xC0FFE6) is unknown color: approx Humming Bird. HEX triplet: C0, FF and E6. RGB value is (192,255,230). Sum of RGB (Red+Green+Blue) = 192+255+230=677 (89% of max value = 765). Red value is 192 (75.39% from 255 or 28.36% from 677); Green value is 255 (100% from 255 or 37.67% from 677); Blue value is 230 (90.23% from 255 or 33.97% from 677); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FFE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FFE6 is #3F0019. Grayscale: #E9E9E9. Windows color (decimal): -4128794 or 15138752. OLE color: 15138752.

HSL color Cylindrical-coordinate representation of color #C0FFE6: hue angle of 156.19º 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 #C0FFE6 is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.

Color convert

RGB192255230-
CMYK0.2500.100
HSL156.19º100%87.65%-
HSV(B)156.19º24.71%100%-
XYZ71.7888.4488.15-
YUV233.31126.1398.53-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 28.36%
GREEN value IS 255 (100% from 255) = 37.67%
BLUE value IS 230 (90.23% from 255) = 33.97%
R=28.36%
G=37.67%
B=33.97%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1922552300.2500.100156.1910087.65
HexC0FFE6190A09c6458
Octal300377346310120234144130
Binary110000001111111111100110110010101001001110011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FFE6; }

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

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

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

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

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

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

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

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