#7EB4FD

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

Shades of Maya Blue #7EB4FD

Tints of Maya Blue #7EB4FD

Color information

#7EB4FD (or 0x7EB4FD) is unknown color: approx Maya Blue. HEX triplet: 7E, B4 and FD. RGB value is (126,180,253). Sum of RGB (Red+Green+Blue) = 126+180+253=559 (74% of max value = 765). Red value is 126 (49.61% from 255 or 22.54% from 559); Green value is 180 (70.70% from 255 or 32.20% from 559); Blue value is 253 (99.22% from 255 or 45.26% from 559); Max value from RGB is 253 - color contains mainly: blue. Hex color #7EB4FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EB4FD is #814B02. Grayscale: #ABABAB. Windows color (decimal): -8473347 or 16626814. OLE color: 16626814.

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

Color convert

RGB126180253-
CMYK0.500.2900.01
HSL214.49º96.95%74.31%-
HSV(B)214.49º50.2%99.22%-
XYZ42.6644.1799.21-
YUV172.18173.6195.06-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.54%
GREEN value IS 180 (70.70% from 255) = 32.20%
BLUE value IS 253 (99.22% from 255) = 45.26%
R=22.54%
G=32.20%
B=45.26%

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
Decimal1261802530.500.2900.01214.4996.9574.31
Hex7EB4FD321D01d6614a
Octal176264375623501326141112
Binary1111110101101001111110111001011101011101011011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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