#C2FFE6

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

Shades of Humming Bird #C2FFE6

Tints of Humming Bird #C2FFE6

Color information

#C2FFE6 (or 0xC2FFE6) is unknown color: approx Humming Bird. HEX triplet: C2, FF and E6. RGB value is (194,255,230). Sum of RGB (Red+Green+Blue) = 194+255+230=679 (89% of max value = 765). Red value is 194 (76.17% from 255 or 28.57% from 679); Green value is 255 (100% from 255 or 37.56% from 679); Blue value is 230 (90.23% from 255 or 33.87% from 679); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FFE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FFE6 is #3D0019. Grayscale: #E9E9E9. Windows color (decimal): -3997722 or 15138754. OLE color: 15138754.

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

Color convert

RGB194255230-
CMYK0.2400.100
HSL155.41º100%88.04%-
HSV(B)155.41º23.92%100%-
XYZ72.2988.788.17-
YUV233.91125.7999.53-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 28.57%
GREEN value IS 255 (100% from 255) = 37.56%
BLUE value IS 230 (90.23% from 255) = 33.87%
R=28.57%
G=37.56%
B=33.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1942552300.2400.100155.4110088.04
HexC2FFE6180A09b6458
Octal302377346300120233144130
Binary110000101111111111100110110000101001001101111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FFE6; }

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

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

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

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

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

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

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

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