Html Css Color HEX #7EC6FA Maya Blue

📋 copy color: '#7EC6FA'

red 126 ◦ green 198 ◦ blue 250

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

Shades of Maya Blue #7EC6FA

Tints of Maya Blue #7EC6FA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 34.49%

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

R = 21.95%
G = 34.49%
B = 43.55%

CMYK

 C value IS 0.50

 M value IS 0.21

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7EC6FA (or 0x7EC6FA) is known color: Maya Blue. HEX triplet: 7E, C6 and FA. RGB value is (126,198,250). Sum of RGB (Red+Green+Blue) = 126+198+250=574 (76% of max value = 765). Red value is 126 (49.61% from 255 or 21.95% from 574); Green value is 198 (77.73% from 255 or 34.49% from 574); Blue value is 250 (98.05% from 255 or 43.55% from 574); Max value from RGB is 250 - color contains mainly: blue. Hex color #7EC6FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EC6FA is #813905. Grayscale: #B6B6B6. Windows color (decimal): -8468742 or 16434814. OLE color: 16434814.

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

Color convert

RGB 126 198 250 -
CMYK 0.50 0.21 0 0.02
HSL 205.16º 0.93% 0.74% -
HSV(B) 205.16º 0.5% 0.98% -
XYZ 46.05 51.73 98 -
YUV 182.4 166.15 87.77 -
System Red Green Blue C M Y K H S L
Decimal 126 198 250 0.50 0.21 0 0.02 205.16 0.93 0.74
Hex 7E C6 FA 32 15 0 2 CD 5D 4A
Octal 176 306 372 62 25 0 2 315 135 112
Binary 1111110 11000110 11111010 110010 10101 0 10 11001101 1011101 1001010

Color Harmonies of #7EC6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EC6FA

Black with #7EC6FA

Text Example


Text Example

White with #7EC6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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