#76C3EA

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

Shades of Maya Blue #76C3EA

Tints of Maya Blue #76C3EA

Color information

#76C3EA (or 0x76C3EA) is unknown color: approx Maya Blue. HEX triplet: 76, C3 and EA. RGB value is (118,195,234). Sum of RGB (Red+Green+Blue) = 118+195+234=547 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.57% from 547); Green value is 195 (76.56% from 255 or 35.65% from 547); Blue value is 234 (91.80% from 255 or 42.78% from 547); Max value from RGB is 234 - color contains mainly: blue. Hex color #76C3EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76C3EA is #893C15. Grayscale: #B0B0B0. Windows color (decimal): -8993814 or 15385462. OLE color: 15385462.

HSL color Cylindrical-coordinate representation of color #76C3EA: hue angle of 200.17º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76C3EA is Cyan = 0.50, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB118195234-
CMYK0.500.1700.08
HSL200.17º73.42%69.02%-
HSV(B)200.17º49.57%91.76%-
XYZ41.8448.8285.06-
YUV176.42160.4986.33-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.57%
GREEN value IS 195 (76.56% from 255) = 35.65%
BLUE value IS 234 (91.80% from 255) = 42.78%
R=21.57%
G=35.65%
B=42.78%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1181952340.500.1700.08200.1773.4269.02
Hex76C3EA321108c84945
Octal1663033526221010310111105
Binary1110110110000111110101011001010001010001100100010010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,195,234); }

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

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

 a { background-color: rgb(118,195,234); }

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

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

 span { border-color: rgb(118,195,234); }

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