#7EB5FA

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

Shades of Maya Blue #7EB5FA

Tints of Maya Blue #7EB5FA

Color information

#7EB5FA (or 0x7EB5FA) is unknown color: approx Maya Blue. HEX triplet: 7E, B5 and FA. RGB value is (126,181,250). Sum of RGB (Red+Green+Blue) = 126+181+250=557 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.62% from 557); Green value is 181 (71.09% from 255 or 32.50% from 557); Blue value is 250 (98.05% from 255 or 44.88% from 557); Max value from RGB is 250 - color contains mainly: blue. Hex color #7EB5FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EB5FA is #814A05. Grayscale: #ACACAC. Windows color (decimal): -8473094 or 16430462. OLE color: 16430462.

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

Color convert

RGB126181250-
CMYK0.500.2800.02
HSL213.39º92.54%73.73%-
HSV(B)213.39º49.6%98.04%-
XYZ42.3844.3996.78-
YUV172.42171.7894.89-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.62%
GREEN value IS 181 (71.09% from 255) = 32.50%
BLUE value IS 250 (98.05% from 255) = 44.88%
R=22.62%
G=32.50%
B=44.88%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1261812500.500.2800.02213.3992.5473.73
Hex7EB5FA321C02d55d4a
Octal176265372623402325135112
Binary11111101011010111111010110010111000101101010110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,181,250); }

 H1.HeaderClassName
 {
   color: #7EB5FA;
 }
 .AnyTagClassName
 {
   color: #7EB5FA;
 }
</style>
background-color css

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

 a { background-color: rgb(126,181,250); }

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

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

 span { border-color: rgb(126,181,250); }

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