#C2FEEF

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

Shades of Humming Bird #C2FEEF

Tints of Humming Bird #C2FEEF

Color information

#C2FEEF (or 0xC2FEEF) is unknown color: approx Humming Bird. HEX triplet: C2, FE and EF. RGB value is (194,254,239). Sum of RGB (Red+Green+Blue) = 194+254+239=687 (90% of max value = 765). Red value is 194 (76.17% from 255 or 28.24% from 687); Green value is 254 (99.61% from 255 or 36.97% from 687); Blue value is 239 (93.75% from 255 or 34.79% from 687); Max value from RGB is 254 - color contains mainly: green. Hex color #C2FEEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FEEF is #3D0110. Grayscale: #EAEAEA. Windows color (decimal): -3997969 or 15728322. OLE color: 15728322.

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

Color convert

RGB194254239-
CMYK0.2400.060.00
HSL165º96.77%87.84%-
HSV(B)165º23.62%99.61%-
XYZ73.2788.5894.9-
YUV234.35130.6299.22-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 28.24%
GREEN value IS 254 (99.61% from 255) = 36.97%
BLUE value IS 239 (93.75% from 255) = 34.79%
R=28.24%
G=36.97%
B=34.79%

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
Decimal1942542390.2400.060.0016596.7787.84
HexC2FEEF18060a56158
Octal30237635730060245141130
Binary11000010111111101110111111000011001010010111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FEEF; }

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

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

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

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

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

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

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

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