#7EB3FD

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

Shades of Maya Blue #7EB3FD

Tints of Maya Blue #7EB3FD

Color information

#7EB3FD (or 0x7EB3FD) is unknown color: approx Maya Blue. HEX triplet: 7E, B3 and FD. RGB value is (126,179,253). Sum of RGB (Red+Green+Blue) = 126+179+253=558 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.58% from 558); Green value is 179 (70.31% from 255 or 32.08% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #7EB3FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EB3FD is #814C02. Grayscale: #ABABAB. Windows color (decimal): -8473603 or 16626558. OLE color: 16626558.

HSL color Cylindrical-coordinate representation of color #7EB3FD: hue angle of 214.96º degrees, saturation: 0.97, 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 #7EB3FD is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB126179253-
CMYK0.500.2900.01
HSL214.96º96.95%74.31%-
HSV(B)214.96º50.2%99.22%-
XYZ42.4543.7799.14-
YUV171.59173.9495.48-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.58%
GREEN value IS 179 (70.31% from 255) = 32.08%
BLUE value IS 253 (99.22% from 255) = 45.34%
R=22.58%
G=32.08%
B=45.34%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1261792530.500.2900.01214.9696.9574.31
Hex7EB3FD321D01d7614a
Octal176263375623501327141112
Binary1111110101100111111110111001011101011101011111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,179,253); }

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

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

 a { background-color: rgb(126,179,253); }

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

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

 span { border-color: rgb(126,179,253); }

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