Html Css Color HEX #5ED2FE Maya Blue

📋 copy color: '#5ED2FE'

red 94 ◦ green 210 ◦ blue 254

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

Shades of Maya Blue #5ED2FE

Tints of Maya Blue #5ED2FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.52%

R = 16.85%
G = 37.63%
B = 45.52%

CMYK

 C value IS 0.63

 M value IS 0.17

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5ED2FE (or 0x5ED2FE) is known color: Maya Blue. HEX triplet: 5E, D2 and FE. RGB value is (94,210,254). Sum of RGB (Red+Green+Blue) = 94+210+254=558 (73% of max value = 765). Red value is 94 (37.11% from 255 or 16.85% from 558); Green value is 210 (82.42% from 255 or 37.63% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #5ED2FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ED2FE is #A12D01. Grayscale: #B4B4B4. Windows color (decimal): -10562818 or 16699998. OLE color: 16699998.

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

Color convert

RGB 94 210 254 -
CMYK 0.63 0.17 0 0.00
HSL 196.5º 0.99% 0.68% -
HSV(B) 196.5º 0.63% 1% -
XYZ 45.55 55.63 102.1 -
YUV 180.33 169.57 66.42 -
System Red Green Blue C M Y K H S L
Decimal 94 210 254 0.63 0.17 0 0.00 196.5 0.99 0.68
Hex 5E D2 FE 3F 11 0 0 C4 63 44
Octal 136 322 376 77 21 0 0 304 143 104
Binary 1011110 11010010 11111110 111111 10001 0 0 11000100 1100011 1000100

Color Harmonies of #5ED2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ED2FE

Black with #5ED2FE

Text Example


Text Example

White with #5ED2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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