#C2FCF0

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

Shades of Humming Bird #C2FCF0

Tints of Humming Bird #C2FCF0

Color information

#C2FCF0 (or 0xC2FCF0) is unknown color: approx Humming Bird. HEX triplet: C2, FC and F0. RGB value is (194,252,240). Sum of RGB (Red+Green+Blue) = 194+252+240=686 (90% of max value = 765). Red value is 194 (76.17% from 255 or 28.28% from 686); Green value is 252 (98.83% from 255 or 36.73% from 686); Blue value is 240 (94.14% from 255 or 34.99% from 686); Max value from RGB is 252 - color contains mainly: green. Hex color #C2FCF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FCF0 is #3D030F. Grayscale: #E9E9E9. Windows color (decimal): -3998480 or 15793346. OLE color: 15793346.

HSL color Cylindrical-coordinate representation of color #C2FCF0: hue angle of 167.59º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2FCF0 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB194252240-
CMYK0.2300.050.01
HSL167.59º90.62%87.45%-
HSV(B)167.59º23.02%98.82%-
XYZ72.7987.3895.47-
YUV233.29131.7899.98-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 28.28%
GREEN value IS 252 (98.83% from 255) = 36.73%
BLUE value IS 240 (94.14% from 255) = 34.99%
R=28.28%
G=36.73%
B=34.99%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1942522400.2300.050.01167.5990.6287.45
HexC2FCF017051a85b57
Octal30237436027051250133127
Binary11000010111111001111000010111010111010100010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FCF0; }

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

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

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

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

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

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

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

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