#7EC4FB

Color #7EC4FB Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #7EC4FB

Tints of Maya Blue #7EC4FB

Color information

#7EC4FB (or 0x7EC4FB) is unknown color: approx 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

RGB126196251-
CMYK0.500.2200.02
HSL206.4º93.98%73.92%-
HSV(B)206.4º49.8%98.43%-
XYZ45.7650.8898.68-
YUV181.34167.3188.53-

RGB Variations

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

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.80%
R=21.99%
G=34.21%
B=43.80%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1261962510.500.2200.02206.493.9873.92
Hex7EC4FB321602ce5e4a
Octal176304373622602316136112
Binary11111101100010011111011110010101100101100111010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EC4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>