Html Css Color HEX #5ED2FD Maya Blue

📋 copy color: '#5ED2FD'

red 94 ◦ green 210 ◦ blue 253

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

Shades of Maya Blue #5ED2FD

Tints of Maya Blue #5ED2FD

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.7%

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

R = 16.88%
G = 37.7%
B = 45.42%

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

#5ED2FD (or 0x5ED2FD) is known color: Maya Blue. HEX triplet: 5E, D2 and FD. RGB value is (94,210,253). Sum of RGB (Red+Green+Blue) = 94+210+253=557 (73% of max value = 765). Red value is 94 (37.11% from 255 or 16.88% from 557); Green value is 210 (82.42% from 255 or 37.70% from 557); Blue value is 253 (99.22% from 255 or 45.42% from 557); Max value from RGB is 253 - color contains mainly: blue. Hex color #5ED2FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ED2FD is #A12D02. Grayscale: #B3B3B3. Windows color (decimal): -10562819 or 16634462. OLE color: 16634462.

HSL color Cylindrical-coordinate representation of color #5ED2FD: hue angle of 196.23º 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 #5ED2FD is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 94 210 253 -
CMYK 0.63 0.17 0 0.01
HSL 196.23º 0.98% 0.68% -
HSV(B) 196.23º 0.63% 0.99% -
XYZ 45.39 55.56 101.26 -
YUV 180.22 169.07 66.5 -
System Red Green Blue C M Y K H S L
Decimal 94 210 253 0.63 0.17 0 0.01 196.23 0.98 0.68
Hex 5E D2 FD 3F 11 0 1 C4 62 44
Octal 136 322 375 77 21 0 1 304 142 104
Binary 1011110 11010010 11111101 111111 10001 0 1 11000100 1100010 1000100

Color Harmonies of #5ED2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ED2FD

Black with #5ED2FD

Text Example


Text Example

White with #5ED2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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