Html Css Color HEX #5EADFE Maya Blue

📋 copy color: '#5EADFE'

red 94 ◦ green 173 ◦ blue 254

#5EADFE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maya Blue #5EADFE

Tints of Maya Blue #5EADFE

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 value IS 0.63

 M value IS 0.32

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5EADFE (or 0x5EADFE) is known color: 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

RGB 94 173 254 -
CMYK 0.63 0.32 0 0.00
HSL 210.38º 0.99% 0.68% -
HSV(B) 210.38º 0.63% 1% -
XYZ 37.45 39.42 99.4 -
YUV 158.61 181.83 81.91 -
System Red Green Blue C M Y K H S L
Decimal 94 173 254 0.63 0.32 0 0.00 210.38 0.99 0.68
Hex 5E AD FE 3F 20 0 0 D2 63 44
Octal 136 255 376 77 40 0 0 322 143 104
Binary 1011110 10101101 11111110 111111 100000 0 0 11010010 1100011 1000100

Color Harmonies of #5EADFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EADFE

Black with #5EADFE

Text Example


Text Example

White with #5EADFE

Text Example


Text Example

HTML Codes & Css Web 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>