#5EB3F9

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

Shades of Maya Blue #5EB3F9

Tints of Maya Blue #5EB3F9

Color information

#5EB3F9 (or 0x5EB3F9) is unknown color: approx Maya Blue. HEX triplet: 5E, B3 and F9. RGB value is (94,179,249). Sum of RGB (Red+Green+Blue) = 94+179+249=522 (69% of max value = 765). Red value is 94 (37.11% from 255 or 18.01% from 522); Green value is 179 (70.31% from 255 or 34.29% from 522); Blue value is 249 (97.66% from 255 or 47.70% from 522); Max value from RGB is 249 - color contains mainly: blue. Hex color #5EB3F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EB3F9 is #A14C06. Grayscale: #A1A1A1. Windows color (decimal): -10570759 or 16364382. OLE color: 16364382.

HSL color Cylindrical-coordinate representation of color #5EB3F9: hue angle of 207.1º 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 #5EB3F9 is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB94179249-
CMYK0.620.2800.02
HSL207.1º92.81%67.25%-
HSV(B)207.1º62.25%97.65%-
XYZ37.8441.4695.63-
YUV161.56177.3479.81-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 18.01%
GREEN value IS 179 (70.31% from 255) = 34.29%
BLUE value IS 249 (97.66% from 255) = 47.70%
R=18.01%
G=34.29%
B=47.70%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal941792490.620.2800.02207.192.8167.25
Hex5EB3F93E1C02cf5d43
Octal136263371763402317135103
Binary10111101011001111111001111110111000101100111110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EB3F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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