#76C2F6

Color #76C2F6 Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #76C2F6

Tints of Maya Blue #76C2F6

Color information

#76C2F6 (or 0x76C2F6) is unknown color: approx Maya Blue. HEX triplet: 76, C2 and F6. RGB value is (118,194,246). Sum of RGB (Red+Green+Blue) = 118+194+246=558 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.15% from 558); Green value is 194 (76.17% from 255 or 34.77% from 558); Blue value is 246 (96.48% from 255 or 44.09% from 558); Max value from RGB is 246 - color contains mainly: blue. Hex color #76C2F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76C2F6 is #893D09. Grayscale: #B0B0B0. Windows color (decimal): -8994058 or 16171638. OLE color: 16171638.

HSL color Cylindrical-coordinate representation of color #76C2F6: hue angle of 204.38º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76C2F6 is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB118194246-
CMYK0.520.2100.04
HSL204.38º87.67%71.37%-
HSV(B)204.38º52.03%96.47%-
XYZ43.449.0994.38-
YUV177.2166.8285.77-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.15%
GREEN value IS 194 (76.17% from 255) = 34.77%
BLUE value IS 246 (96.48% from 255) = 44.09%
R=21.15%
G=34.77%
B=44.09%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1181942460.520.2100.04204.3887.6771.37
Hex76C2F6341504cc5847
Octal166302366642504314130107
Binary111011011000010111101101101001010101001100110010110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C2F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76C2F6; }

 p { color: rgb(118,194,246); }

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

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

 a { background-color: rgb(118,194,246); }

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

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

 span { border-color: rgb(118,194,246); }

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