Html Css Color HEX #7EC3FA Maya Blue

📋 copy color: '#7EC3FA'

red 126 ◦ green 195 ◦ blue 250

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

Shades of Maya Blue #7EC3FA

Tints of Maya Blue #7EC3FA

RGB

 RED value IS 126 (49.61% from 255) = 22.07%

 GREEN value IS 195 (76.56% from 255) = 34.15%

 BLUE value IS 250 (98.05% from 255) = 43.78%

R = 22.07%
G = 34.15%
B = 43.78%

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

#7EC3FA (or 0x7EC3FA) is known color: Maya Blue. HEX triplet: 7E, C3 and FA. RGB value is (126,195,250). Sum of RGB (Red+Green+Blue) = 126+195+250=571 (75% of max value = 765). Red value is 126 (49.61% from 255 or 22.07% from 571); Green value is 195 (76.56% from 255 or 34.15% from 571); Blue value is 250 (98.05% from 255 or 43.78% from 571); Max value from RGB is 250 - color contains mainly: blue. Hex color #7EC3FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EC3FA is #813C05. Grayscale: #B4B4B4. Windows color (decimal): -8469510 or 16434046. OLE color: 16434046.

HSL color Cylindrical-coordinate representation of color #7EC3FA: hue angle of 206.61º 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 #7EC3FA is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 126 195 250 -
CMYK 0.50 0.22 0 0.02
HSL 206.61º 0.93% 0.74% -
HSV(B) 206.61º 0.5% 0.98% -
XYZ 45.37 50.37 97.77 -
YUV 180.64 167.14 89.03 -
System Red Green Blue C M Y K H S L
Decimal 126 195 250 0.50 0.22 0 0.02 206.61 0.93 0.74
Hex 7E C3 FA 32 16 0 2 CF 5D 4A
Octal 176 303 372 62 26 0 2 317 135 112
Binary 1111110 11000011 11111010 110010 10110 0 10 11001111 1011101 1001010

Color Harmonies of #7EC3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EC3FA

Black with #7EC3FA

Text Example


Text Example

White with #7EC3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7EC3FA;
 }
 .AnyTagClassName
 {
   color: #7EC3FA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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