Html Css Color HEX #7EC5FB Maya Blue

📋 copy color: '#7EC5FB'

red 126 ◦ green 197 ◦ blue 251

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

Shades of Maya Blue #7EC5FB

Tints of Maya Blue #7EC5FB

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.32%

 BLUE value IS 251 (98.44% from 255) = 43.73%

R = 21.95%
G = 34.32%
B = 43.73%

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

#7EC5FB (or 0x7EC5FB) is known color: Maya Blue. HEX triplet: 7E, C5 and FB. RGB value is (126,197,251). Sum of RGB (Red+Green+Blue) = 126+197+251=574 (76% of max value = 765). Red value is 126 (49.61% from 255 or 21.95% from 574); Green value is 197 (77.34% from 255 or 34.32% from 574); Blue value is 251 (98.44% from 255 or 43.73% from 574); Max value from RGB is 251 - color contains mainly: blue. Hex color #7EC5FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EC5FB is #813A04. Grayscale: #B5B5B5. Windows color (decimal): -8468997 or 16500094. OLE color: 16500094.

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

Color convert

RGB 126 197 251 -
CMYK 0.50 0.22 0 0.02
HSL 205.92º 0.94% 0.74% -
HSV(B) 205.92º 0.5% 0.98% -
XYZ 45.98 51.33 98.75 -
YUV 181.93 166.98 88.11 -
System Red Green Blue C M Y K H S L
Decimal 126 197 251 0.50 0.22 0 0.02 205.92 0.94 0.74
Hex 7E C5 FB 32 16 0 2 CE 5E 4A
Octal 176 305 373 62 26 0 2 316 136 112
Binary 1111110 11000101 11111011 110010 10110 0 10 11001110 1011110 1001010

Color Harmonies of #7EC5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EC5FB

Black with #7EC5FB

Text Example


Text Example

White with #7EC5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,197,251); }

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

background-color css

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

 a { background-color: rgb(126,197,251); }

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

border-color css

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

 span { border-color: rgb(126,197,251); }

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