#7EC2FA

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

Shades of Maya Blue #7EC2FA

Tints of Maya Blue #7EC2FA

Color information

#7EC2FA (or 0x7EC2FA) is unknown color: approx Maya Blue. HEX triplet: 7E, C2 and FA. RGB value is (126,194,250). Sum of RGB (Red+Green+Blue) = 126+194+250=570 (75% of max value = 765). Red value is 126 (49.61% from 255 or 22.11% from 570); Green value is 194 (76.17% from 255 or 34.04% from 570); Blue value is 250 (98.05% from 255 or 43.86% from 570); Max value from RGB is 250 - color contains mainly: blue. Hex color #7EC2FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EC2FA is #813D05. Grayscale: #B3B3B3. Windows color (decimal): -8469766 or 16433790. OLE color: 16433790.

HSL color Cylindrical-coordinate representation of color #7EC2FA: hue angle of 207.1º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EC2FA is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB126194250-
CMYK0.500.2200.02
HSL207.1º92.54%73.73%-
HSV(B)207.1º49.6%98.04%-
XYZ45.1549.9297.7-
YUV180.05167.4789.45-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.11%
GREEN value IS 194 (76.17% from 255) = 34.04%
BLUE value IS 250 (98.05% from 255) = 43.86%
R=22.11%
G=34.04%
B=43.86%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1261942500.500.2200.02207.192.5473.73
Hex7EC2FA321602cf5d4a
Octal176302372622602317135112
Binary11111101100001011111010110010101100101100111110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EC2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7EC2FA; }

 p { color: rgb(126,194,250); }

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

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

 a { background-color: rgb(126,194,250); }

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

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

 span { border-color: rgb(126,194,250); }

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