Html Css Color HEX #5EC2FE Maya Blue

📋 copy color: '#5EC2FE'

red 94 ◦ green 194 ◦ blue 254

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

Shades of Maya Blue #5EC2FE

Tints of Maya Blue #5EC2FE

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.79%

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

R = 17.34%
G = 35.79%
B = 46.86%

CMYK

 C value IS 0.63

 M value IS 0.24

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5EC2FE (or 0x5EC2FE) is known color: Maya Blue. HEX triplet: 5E, C2 and FE. RGB value is (94,194,254). Sum of RGB (Red+Green+Blue) = 94+194+254=542 (71% of max value = 765). Red value is 94 (37.11% from 255 or 17.34% from 542); Green value is 194 (76.17% from 255 or 35.79% from 542); Blue value is 254 (99.61% from 255 or 46.86% from 542); Max value from RGB is 254 - color contains mainly: blue. Hex color #5EC2FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EC2FE is #A13D01. Grayscale: #AAAAAA. Windows color (decimal): -10566914 or 16695902. OLE color: 16695902.

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

Color convert

RGB 94 194 254 -
CMYK 0.63 0.24 0 0.00
HSL 202.5º 0.99% 0.68% -
HSV(B) 202.5º 0.63% 1% -
XYZ 41.8 48.12 100.85 -
YUV 170.94 174.87 73.12 -
System Red Green Blue C M Y K H S L
Decimal 94 194 254 0.63 0.24 0 0.00 202.5 0.99 0.68
Hex 5E C2 FE 3F 18 0 0 CA 63 44
Octal 136 302 376 77 30 0 0 312 143 104
Binary 1011110 11000010 11111110 111111 11000 0 0 11001010 1100011 1000100

Color Harmonies of #5EC2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EC2FE

Black with #5EC2FE

Text Example


Text Example

White with #5EC2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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