#5EB4F9

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

Shades of Maya Blue #5EB4F9

Tints of Maya Blue #5EB4F9

Color information

#5EB4F9 (or 0x5EB4F9) is unknown color: approx Maya Blue. HEX triplet: 5E, B4 and F9. RGB value is (94,180,249). Sum of RGB (Red+Green+Blue) = 94+180+249=523 (69% of max value = 765). Red value is 94 (37.11% from 255 or 17.97% from 523); Green value is 180 (70.70% from 255 or 34.42% from 523); Blue value is 249 (97.66% from 255 or 47.61% from 523); Max value from RGB is 249 - color contains mainly: blue. Hex color #5EB4F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EB4F9 is #A14B06. Grayscale: #A1A1A1. Windows color (decimal): -10570503 or 16364638. OLE color: 16364638.

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

Color convert

RGB94180249-
CMYK0.620.2800.02
HSL206.71º92.81%67.25%-
HSV(B)206.71º62.25%97.65%-
XYZ38.0441.8695.7-
YUV162.15177.0179.39-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 17.97%
GREEN value IS 180 (70.70% from 255) = 34.42%
BLUE value IS 249 (97.66% from 255) = 47.61%
R=17.97%
G=34.42%
B=47.61%

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
Decimal941802490.620.2800.02206.7192.8167.25
Hex5EB4F93E1C02cf5d43
Octal136264371763402317135103
Binary10111101011010011111001111110111000101100111110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EB4F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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