#5EB2F9

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

Shades of Maya Blue #5EB2F9

Tints of Maya Blue #5EB2F9

Color information

#5EB2F9 (or 0x5EB2F9) is unknown color: approx Maya Blue. HEX triplet: 5E, B2 and F9. RGB value is (94,178,249). Sum of RGB (Red+Green+Blue) = 94+178+249=521 (69% of max value = 765). Red value is 94 (37.11% from 255 or 18.04% from 521); Green value is 178 (69.92% from 255 or 34.17% from 521); Blue value is 249 (97.66% from 255 or 47.79% from 521); Max value from RGB is 249 - color contains mainly: blue. Hex color #5EB2F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5EB2F9 is #A14D06. Grayscale: #A0A0A0. Windows color (decimal): -10571015 or 16364126. OLE color: 16364126.

HSL color Cylindrical-coordinate representation of color #5EB2F9: hue angle of 207.48º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5EB2F9 is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB94178249-
CMYK0.620.2900.02
HSL207.48º92.81%67.25%-
HSV(B)207.48º62.25%97.65%-
XYZ37.6441.0695.56-
YUV160.98177.6780.23-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 18.04%
GREEN value IS 178 (69.92% from 255) = 34.17%
BLUE value IS 249 (97.66% from 255) = 47.79%
R=18.04%
G=34.17%
B=47.79%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal941782490.620.2900.02207.4892.8167.25
Hex5EB2F93E1D02cf5d43
Octal136262371763502317135103
Binary10111101011001011111001111110111010101100111110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EB2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5EB2F9; }

 p { color: rgb(94,178,249); }

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

<style>
 a { background-color: #5EB2F9; }

 a { background-color: rgb(94,178,249); }

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

<style>
 span { border-color: #5EB2F9; }

 span { border-color: rgb(94,178,249); }

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