Html Css Color HEX #7EC2FA Maya Blue

📋 copy color: '#7EC2FA'

red 126 ◦ green 194 ◦ blue 250

#7EC2FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maya Blue #7EC2FA

Tints of Maya Blue #7EC2FA

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 value IS 0.50

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7EC2FA (or 0x7EC2FA) is known color: 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

RGB 126 194 250 -
CMYK 0.50 0.22 0 0.02
HSL 207.1º 0.93% 0.74% -
HSV(B) 207.1º 0.5% 0.98% -
XYZ 45.15 49.92 97.7 -
YUV 180.05 167.47 89.45 -
System Red Green Blue C M Y K H S L
Decimal 126 194 250 0.50 0.22 0 0.02 207.1 0.93 0.74
Hex 7E C2 FA 32 16 0 2 CF 5D 4A
Octal 176 302 372 62 26 0 2 317 135 112
Binary 1111110 11000010 11111010 110010 10110 0 10 11001111 1011101 1001010

Color Harmonies of #7EC2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EC2FA

Black with #7EC2FA

Text Example


Text Example

White with #7EC2FA

Text Example


Text Example

HTML Codes & Css Web 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>