#C2FEF0

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

Shades of Humming Bird #C2FEF0

Tints of Humming Bird #C2FEF0

Color information

#C2FEF0 (or 0xC2FEF0) is unknown color: approx Humming Bird. HEX triplet: C2, FE and F0. RGB value is (194,254,240). Sum of RGB (Red+Green+Blue) = 194+254+240=688 (91% of max value = 765). Red value is 194 (76.17% from 255 or 28.20% from 688); Green value is 254 (99.61% from 255 or 36.92% from 688); Blue value is 240 (94.14% from 255 or 34.88% from 688); Max value from RGB is 254 - color contains mainly: green. Hex color #C2FEF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FEF0 is #3D010F. Grayscale: #EAEAEA. Windows color (decimal): -3997968 or 15793858. OLE color: 15793858.

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

Color convert

RGB194254240-
CMYK0.2400.060.00
HSL166º96.77%87.84%-
HSV(B)166º23.62%99.61%-
XYZ73.4288.6495.68-
YUV234.46131.1299.14-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 28.20%
GREEN value IS 254 (99.61% from 255) = 36.92%
BLUE value IS 240 (94.14% from 255) = 34.88%
R=28.20%
G=36.92%
B=34.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1942542400.2400.060.0016696.7787.84
HexC2FEF018060a66158
Octal30237636030060246141130
Binary11000010111111101111000011000011001010011011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FEF0; }

 p { color: rgb(194,254,240); }

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

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

 a { background-color: rgb(194,254,240); }

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

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

 span { border-color: rgb(194,254,240); }

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