#7EB0FD

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

Shades of Maya Blue #7EB0FD

Tints of Maya Blue #7EB0FD

Color information

#7EB0FD (or 0x7EB0FD) is unknown color: approx Maya Blue. HEX triplet: 7E, B0 and FD. RGB value is (126,176,253). Sum of RGB (Red+Green+Blue) = 126+176+253=555 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.70% from 555); Green value is 176 (69.14% from 255 or 31.71% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #7EB0FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7EB0FD is #814F02. Grayscale: #A9A9A9. Windows color (decimal): -8474371 or 16625790. OLE color: 16625790.

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

Color convert

RGB126176253-
CMYK0.500.3000.01
HSL216.38º96.95%74.31%-
HSV(B)216.38º50.2%99.22%-
XYZ41.8642.5898.94-
YUV169.83174.9496.74-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.70%
GREEN value IS 176 (69.14% from 255) = 31.71%
BLUE value IS 253 (99.22% from 255) = 45.59%
R=22.70%
G=31.71%
B=45.59%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1261762530.500.3000.01216.3896.9574.31
Hex7EB0FD321E01d8614a
Octal176260375623601330141112
Binary1111110101100001111110111001011110011101100011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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