Html Css Color HEX #5EC4FC Maya Blue

📋 copy color: '#5EC4FC'

red 94 ◦ green 196 ◦ blue 252

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

Shades of Maya Blue #5EC4FC

Tints of Maya Blue #5EC4FC

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.16%

 BLUE value IS 252 (98.83% from 255) = 46.49%

R = 17.34%
G = 36.16%
B = 46.49%

CMYK

 C value IS 0.63

 M value IS 0.22

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5EC4FC (or 0x5EC4FC) is known color: Maya Blue. HEX triplet: 5E, C4 and FC. RGB value is (94,196,252). Sum of RGB (Red+Green+Blue) = 94+196+252=542 (71% of max value = 765). Red value is 94 (37.11% from 255 or 17.34% from 542); Green value is 196 (76.95% from 255 or 36.16% from 542); Blue value is 252 (98.83% from 255 or 46.49% from 542); Max value from RGB is 252 - color contains mainly: blue. Hex color #5EC4FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EC4FC is #A13B03. Grayscale: #ABABAB. Windows color (decimal): -10566404 or 16565342. OLE color: 16565342.

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

Color convert

RGB 94 196 252 -
CMYK 0.63 0.22 0 0.01
HSL 201.27º 0.96% 0.68% -
HSV(B) 201.27º 0.63% 0.99% -
XYZ 41.93 48.89 99.32 -
YUV 171.89 173.21 72.45 -
System Red Green Blue C M Y K H S L
Decimal 94 196 252 0.63 0.22 0 0.01 201.27 0.96 0.68
Hex 5E C4 FC 3F 16 0 1 C9 60 44
Octal 136 304 374 77 26 0 1 311 140 104
Binary 1011110 11000100 11111100 111111 10110 0 1 11001001 1100000 1000100

Color Harmonies of #5EC4FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EC4FC

Black with #5EC4FC

Text Example


Text Example

White with #5EC4FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,196,252); }

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

background-color css

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

 a { background-color: rgb(94,196,252); }

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

border-color css

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

 span { border-color: rgb(94,196,252); }

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