#5EADFF

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

Shades of Maya Blue #5EADFF

Tints of Maya Blue #5EADFF

Color information

#5EADFF (or 0x5EADFF) is unknown color: approx Maya Blue. HEX triplet: 5E, AD and FF. RGB value is (94,173,255). Sum of RGB (Red+Green+Blue) = 94+173+255=522 (69% of max value = 765). Red value is 94 (37.11% from 255 or 18.01% from 522); Green value is 173 (67.97% from 255 or 33.14% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #5EADFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5EADFF is #A15200. Grayscale: #9E9E9E. Windows color (decimal): -10572289 or 16756062. OLE color: 16756062.

HSL color Cylindrical-coordinate representation of color #5EADFF: hue angle of 210.56º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5EADFF is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB94173255-
CMYK0.630.3200
HSL210.56º100%68.43%-
HSV(B)210.56º63.14%100%-
XYZ37.6139.49100.25-
YUV158.73182.3381.83-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 18.01%
GREEN value IS 173 (67.97% from 255) = 33.14%
BLUE value IS 255 (100% from 255) = 48.85%
R=18.01%
G=33.14%
B=48.85%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal941732550.630.3200210.5610068.43
Hex5EADFF3F2000d36444
Octal136255377774000323144104
Binary10111101010110111111111111111100000001101001111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EADFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,173,255); }

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

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

 a { background-color: rgb(94,173,255); }

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

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

 span { border-color: rgb(94,173,255); }

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