#C4FCF2

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

Shades of Humming Bird #C4FCF2

Tints of Humming Bird #C4FCF2

Color information

#C4FCF2 (or 0xC4FCF2) is unknown color: approx Humming Bird. HEX triplet: C4, FC and F2. RGB value is (196,252,242). Sum of RGB (Red+Green+Blue) = 196+252+242=690 (91% of max value = 765). Red value is 196 (76.95% from 255 or 28.41% from 690); Green value is 252 (98.83% from 255 or 36.52% from 690); Blue value is 242 (94.92% from 255 or 35.07% from 690); Max value from RGB is 252 - color contains mainly: green. Hex color #C4FCF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4FCF2 is #3B030D. Grayscale: #EAEAEA. Windows color (decimal): -3867406 or 15924420. OLE color: 15924420.

HSL color Cylindrical-coordinate representation of color #C4FCF2: hue angle of 169.29º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C4FCF2 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB196252242-
CMYK0.2200.040.01
HSL169.29º90.32%87.84%-
HSV(B)169.29º22.22%98.82%-
XYZ73.687.7797.07-
YUV234.12132.45100.81-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 28.41%
GREEN value IS 252 (98.83% from 255) = 36.52%
BLUE value IS 242 (94.92% from 255) = 35.07%
R=28.41%
G=36.52%
B=35.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1962522420.2200.040.01169.2990.3287.84
HexC4FCF216041a95a58
Octal30437436226041251132130
Binary11000100111111001111001010110010011010100110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4FCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4FCF2; }

 p { color: rgb(196,252,242); }

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

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

 a { background-color: rgb(196,252,242); }

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

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

 span { border-color: rgb(196,252,242); }

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