Html Css Color HEX #7EC4FB Maya Blue

📋 copy color: '#7EC4FB'

red 126 ◦ green 196 ◦ blue 251

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

Shades of Maya Blue #7EC4FB

Tints of Maya Blue #7EC4FB

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.21%

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

R = 21.99%
G = 34.21%
B = 43.8%

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

#7EC4FB (or 0x7EC4FB) is known color: Maya Blue. HEX triplet: 7E, C4 and FB. RGB value is (126,196,251). Sum of RGB (Red+Green+Blue) = 126+196+251=573 (75% of max value = 765). Red value is 126 (49.61% from 255 or 21.99% from 573); Green value is 196 (76.95% from 255 or 34.21% from 573); Blue value is 251 (98.44% from 255 or 43.80% from 573); Max value from RGB is 251 - color contains mainly: blue. Hex color #7EC4FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EC4FB is #813B04. Grayscale: #B5B5B5. Windows color (decimal): -8469253 or 16499838. OLE color: 16499838.

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

Color convert

RGB 126 196 251 -
CMYK 0.50 0.22 0 0.02
HSL 206.4º 0.94% 0.74% -
HSV(B) 206.4º 0.5% 0.98% -
XYZ 45.76 50.88 98.68 -
YUV 181.34 167.31 88.53 -
System Red Green Blue C M Y K H S L
Decimal 126 196 251 0.50 0.22 0 0.02 206.4 0.94 0.74
Hex 7E C4 FB 32 16 0 2 CE 5E 4A
Octal 176 304 373 62 26 0 2 316 136 112
Binary 1111110 11000100 11111011 110010 10110 0 10 11001110 1011110 1001010

Color Harmonies of #7EC4FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EC4FB

Black with #7EC4FB

Text Example


Text Example

White with #7EC4FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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