Html Css Color HEX #5EADFF Maya Blue

📋 copy color: '#5EADFF'

red 94 ◦ green 173 ◦ blue 255

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

Shades of Maya Blue #5EADFF

Tints of Maya Blue #5EADFF

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

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

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

RGB 94 173 255 -
CMYK 0.63 0.32 0 0
HSL 210.56º 1% 0.68% -
HSV(B) 210.56º 0.63% 1% -
XYZ 37.61 39.49 100.25 -
YUV 158.73 182.33 81.83 -
System Red Green Blue C M Y K H S L
Decimal 94 173 255 0.63 0.32 0 0 210.56 1 0.68
Hex 5E AD FF 3F 20 0 0 D3 64 44
Octal 136 255 377 77 40 0 0 323 144 104
Binary 1011110 10101101 11111111 111111 100000 0 0 11010011 1100100 1000100

Color Harmonies of #5EADFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EADFF

Black with #5EADFF

Text Example


Text Example

White with #5EADFF

Text Example


Text Example

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