#5EADFE

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

Shades of Maya Blue #5EADFE

Tints of Maya Blue #5EADFE

Color information

#5EADFE (or 0x5EADFE) is unknown color: approx Maya Blue. HEX triplet: 5E, AD and FE. RGB value is (94,173,254). Sum of RGB (Red+Green+Blue) = 94+173+254=521 (69% of max value = 765). Red value is 94 (37.11% from 255 or 18.04% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #5EADFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5EADFE is #A15201. Grayscale: #9E9E9E. Windows color (decimal): -10572290 or 16690526. OLE color: 16690526.

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

Color convert

RGB94173254-
CMYK0.630.3200.00
HSL210.38º98.77%68.24%-
HSV(B)210.38º62.99%99.61%-
XYZ37.4539.4299.4-
YUV158.61181.8381.91-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 18.04%
GREEN value IS 173 (67.97% from 255) = 33.21%
BLUE value IS 254 (99.61% from 255) = 48.75%
R=18.04%
G=33.21%
B=48.75%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal941732540.630.3200.00210.3898.7768.24
Hex5EADFE3F2000d26344
Octal136255376774000322143104
Binary10111101010110111111110111111100000001101001011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EADFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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