#7eb5fc

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

Shades of Maya Blue #7EB5FC

Tints of Maya Blue #7EB5FC

Color information

#7EB5FC (or 0x7EB5FC) is unknown color: approx Maya Blue. HEX triplet: 7E, B5 and FC. RGB value is (126,181,252). Sum of RGB (Red+Green+Blue) = 126+181+252=559 (74% of max value = 765). Red value is 126 (49.61% from 255 or 22.54% from 559); Green value is 181 (71.09% from 255 or 32.38% from 559); Blue value is 252 (98.83% from 255 or 45.08% from 559); Max value from RGB is 252 - color contains mainly: blue. Hex color #7EB5FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EB5FC is #814A03. Grayscale: #ACACAC. Windows color (decimal): -8473092 or 16561534. OLE color: 16561534.

HSL color Cylindrical-coordinate representation of color #7EB5FC: hue angle of 213.81º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EB5FC is Cyan = 0.5, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB126181252-
CMYK0.50.2800.01
HSL213.81º95.45%74.12%-
HSV(B)213.81º50%98.82%-
XYZ42.744.5198.44-
YUV172.65172.7894.73-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.54%
GREEN value IS 181 (71.09% from 255) = 32.38%
BLUE value IS 252 (98.83% from 255) = 45.08%
R=22.54%
G=32.38%
B=45.08%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1261812520.50.2800.01213.8195.4574.12
Hex7EB5FC321C01d65f4a
Octal176265374623401326137112
Binary1111110101101011111110011001011100011101011010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7eb5fc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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