Html Css Color HEX #7EC2F4 Maya Blue

📋 copy color: '#7EC2F4'

red 126 ◦ green 194 ◦ blue 244

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

Shades of Maya Blue #7EC2F4

Tints of Maya Blue #7EC2F4

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.4%

 BLUE value IS 244 (95.7% from 255) = 43.26%

R = 22.34%
G = 34.4%
B = 43.26%

CMYK

 C value IS 0.48

 M value IS 0.20

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7EC2F4 (or 0x7EC2F4) is known color: Maya Blue. HEX triplet: 7E, C2 and F4. RGB value is (126,194,244). Sum of RGB (Red+Green+Blue) = 126+194+244=564 (74% of max value = 765). Red value is 126 (49.61% from 255 or 22.34% from 564); Green value is 194 (76.17% from 255 or 34.40% from 564); Blue value is 244 (95.70% from 255 or 43.26% from 564); Max value from RGB is 244 - color contains mainly: blue. Hex color #7EC2F4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EC2F4 is #813D0B. Grayscale: #B3B3B3. Windows color (decimal): -8469772 or 16040574. OLE color: 16040574.

HSL color Cylindrical-coordinate representation of color #7EC2F4: hue angle of 205.42º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7EC2F4 is Cyan = 0.48, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 126 194 244 -
CMYK 0.48 0.20 0 0.04
HSL 205.42º 0.84% 0.73% -
HSV(B) 205.42º 0.48% 0.96% -
XYZ 44.23 49.55 92.82 -
YUV 179.37 164.47 89.93 -
System Red Green Blue C M Y K H S L
Decimal 126 194 244 0.48 0.20 0 0.04 205.42 0.84 0.73
Hex 7E C2 F4 30 14 0 4 CD 54 49
Octal 176 302 364 60 24 0 4 315 124 111
Binary 1111110 11000010 11110100 110000 10100 0 100 11001101 1010100 1001001

Color Harmonies of #7EC2F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EC2F4

Black with #7EC2F4

Text Example


Text Example

White with #7EC2F4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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