Html Css Color HEX #7EC3EF Maya Blue

📋 copy color: '#7EC3EF'

red 126 ◦ green 195 ◦ blue 239

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

Shades of Maya Blue #7EC3EF

Tints of Maya Blue #7EC3EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.68%

R = 22.5%
G = 34.82%
B = 42.68%

CMYK

 C value IS 0.47

 M value IS 0.18

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7EC3EF (or 0x7EC3EF) is known color: Maya Blue. HEX triplet: 7E, C3 and EF. RGB value is (126,195,239). Sum of RGB (Red+Green+Blue) = 126+195+239=560 (74% of max value = 765). Red value is 126 (49.61% from 255 or 22.5% from 560); Green value is 195 (76.56% from 255 or 34.82% from 560); Blue value is 239 (93.75% from 255 or 42.68% from 560); Max value from RGB is 239 - color contains mainly: blue. Hex color #7EC3EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EC3EF is #813C10. Grayscale: #B3B3B3. Windows color (decimal): -8469521 or 15713150. OLE color: 15713150.

HSL color Cylindrical-coordinate representation of color #7EC3EF: hue angle of 203.36º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7EC3EF is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 126 195 239 -
CMYK 0.47 0.18 0 0.06
HSL 203.36º 0.78% 0.72% -
HSV(B) 203.36º 0.47% 0.94% -
XYZ 43.7 49.7 88.95 -
YUV 179.39 161.64 89.92 -
System Red Green Blue C M Y K H S L
Decimal 126 195 239 0.47 0.18 0 0.06 203.36 0.78 0.72
Hex 7E C3 EF 2F 12 0 6 CB 4E 48
Octal 176 303 357 57 22 0 6 313 116 110
Binary 1111110 11000011 11101111 101111 10010 0 110 11001011 1001110 1001000

Color Harmonies of #7EC3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EC3EF

Black with #7EC3EF

Text Example


Text Example

White with #7EC3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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