Html Css Color HEX #5EC8FE Maya Blue

📋 copy color: '#5EC8FE'

red 94 ◦ green 200 ◦ blue 254

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

Shades of Maya Blue #5EC8FE

Tints of Maya Blue #5EC8FE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.5%

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

R = 17.15%
G = 36.5%
B = 46.35%

CMYK

 C value IS 0.63

 M value IS 0.21

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5EC8FE (or 0x5EC8FE) is known color: Maya Blue. HEX triplet: 5E, C8 and FE. RGB value is (94,200,254). Sum of RGB (Red+Green+Blue) = 94+200+254=548 (72% of max value = 765). Red value is 94 (37.11% from 255 or 17.15% from 548); Green value is 200 (78.52% from 255 or 36.50% from 548); Blue value is 254 (99.61% from 255 or 46.35% from 548); Max value from RGB is 254 - color contains mainly: blue. Hex color #5EC8FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EC8FE is #A13701. Grayscale: #AEAEAE. Windows color (decimal): -10565378 or 16697438. OLE color: 16697438.

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

Color convert

RGB 94 200 254 -
CMYK 0.63 0.21 0 0.00
HSL 200.25º 0.99% 0.68% -
HSV(B) 200.25º 0.63% 1% -
XYZ 43.16 50.84 101.31 -
YUV 174.46 172.88 70.61 -
System Red Green Blue C M Y K H S L
Decimal 94 200 254 0.63 0.21 0 0.00 200.25 0.99 0.68
Hex 5E C8 FE 3F 15 0 0 C8 63 44
Octal 136 310 376 77 25 0 0 310 143 104
Binary 1011110 11001000 11111110 111111 10101 0 0 11001000 1100011 1000100

Color Harmonies of #5EC8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EC8FE

Black with #5EC8FE

Text Example


Text Example

White with #5EC8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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