#C2F4E7

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

Shades of Humming Bird #C2F4E7

Tints of Humming Bird #C2F4E7

Color information

#C2F4E7 (or 0xC2F4E7) is unknown color: approx Humming Bird. HEX triplet: C2, F4 and E7. RGB value is (194,244,231). Sum of RGB (Red+Green+Blue) = 194+244+231=669 (88% of max value = 765). Red value is 194 (76.17% from 255 or 29.00% from 669); Green value is 244 (95.70% from 255 or 36.47% from 669); Blue value is 231 (90.62% from 255 or 34.53% from 669); Max value from RGB is 244 - color contains mainly: green. Hex color #C2F4E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2F4E7 is #3D0B18. Grayscale: #E3E3E3. Windows color (decimal): -4000537 or 15201474. OLE color: 15201474.

HSL color Cylindrical-coordinate representation of color #C2F4E7: hue angle of 164.4º degrees, saturation: 0.69, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2F4E7 is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.

Color convert

RGB194244231-
CMYK0.2000.050.04
HSL164.4º69.44%85.88%-
HSV(B)164.4º20.49%95.69%-
XYZ69.0281.9487.78-
YUV227.57129.94104.06-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.00%
GREEN value IS 244 (95.70% from 255) = 36.47%
BLUE value IS 231 (90.62% from 255) = 34.53%
R=29.00%
G=36.47%
B=34.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1942442310.2000.050.04164.469.4485.88
HexC2F4E714054a44556
Octal30236434724054244105126
Binary1100001011110100111001111010001011001010010010001011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2F4E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2F4E7; }

 p { color: rgb(194,244,231); }

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

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

 a { background-color: rgb(194,244,231); }

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

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

 span { border-color: rgb(194,244,231); }

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