Html Css Color HEX #5ED1FD Maya Blue

📋 copy color: '#5ED1FD'

red 94 ◦ green 209 ◦ blue 253

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

Shades of Maya Blue #5ED1FD

Tints of Maya Blue #5ED1FD

RGB

 RED value IS 94 (37.11% from 255) = 16.91%

 GREEN value IS 209 (82.03% from 255) = 37.59%

 BLUE value IS 253 (99.22% from 255) = 45.5%

R = 16.91%
G = 37.59%
B = 45.5%

CMYK

 C value IS 0.63

 M value IS 0.17

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5ED1FD (or 0x5ED1FD) is known color: Maya Blue. HEX triplet: 5E, D1 and FD. RGB value is (94,209,253). Sum of RGB (Red+Green+Blue) = 94+209+253=556 (73% of max value = 765). Red value is 94 (37.11% from 255 or 16.91% from 556); Green value is 209 (82.03% from 255 or 37.59% from 556); Blue value is 253 (99.22% from 255 or 45.50% from 556); Max value from RGB is 253 - color contains mainly: blue. Hex color #5ED1FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ED1FD is #A12E02. Grayscale: #B3B3B3. Windows color (decimal): -10563075 or 16634206. OLE color: 16634206.

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

Color convert

RGB 94 209 253 -
CMYK 0.63 0.17 0 0.01
HSL 196.6º 0.98% 0.68% -
HSV(B) 196.6º 0.63% 0.99% -
XYZ 45.15 55.07 101.18 -
YUV 179.63 169.4 66.92 -
System Red Green Blue C M Y K H S L
Decimal 94 209 253 0.63 0.17 0 0.01 196.6 0.98 0.68
Hex 5E D1 FD 3F 11 0 1 C5 62 44
Octal 136 321 375 77 21 0 1 305 142 104
Binary 1011110 11010001 11111101 111111 10001 0 1 11000101 1100010 1000100

Color Harmonies of #5ED1FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ED1FD

Black with #5ED1FD

Text Example


Text Example

White with #5ED1FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,209,253); }

 H1.HeaderClassName
 {
   color: #5ED1FD;
 }
 .AnyTagClassName
 {
   color: #5ED1FD;
 }
</style>

background-color css

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

 a { background-color: rgb(94,209,253); }

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

border-color css

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

 span { border-color: rgb(94,209,253); }

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