Html Css Color HEX #5ECDFE Maya Blue

📋 copy color: '#5ECDFE'

red 94 ◦ green 205 ◦ blue 254

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

Shades of Maya Blue #5ECDFE

Tints of Maya Blue #5ECDFE

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.07%

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

R = 17%
G = 37.07%
B = 45.93%

CMYK

 C value IS 0.63

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5ECDFE (or 0x5ECDFE) is known color: Maya Blue. HEX triplet: 5E, CD and FE. RGB value is (94,205,254). Sum of RGB (Red+Green+Blue) = 94+205+254=553 (73% of max value = 765). Red value is 94 (37.11% from 255 or 17.00% from 553); Green value is 205 (80.47% from 255 or 37.07% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #5ECDFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ECDFE is #A13201. Grayscale: #B1B1B1. Windows color (decimal): -10564098 or 16698718. OLE color: 16698718.

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

Color convert

RGB 94 205 254 -
CMYK 0.63 0.19 0 0.00
HSL 198.38º 0.99% 0.68% -
HSV(B) 198.38º 0.63% 1% -
XYZ 44.34 53.2 101.7 -
YUV 177.4 171.23 68.52 -
System Red Green Blue C M Y K H S L
Decimal 94 205 254 0.63 0.19 0 0.00 198.38 0.99 0.68
Hex 5E CD FE 3F 13 0 0 C6 63 44
Octal 136 315 376 77 23 0 0 306 143 104
Binary 1011110 11001101 11111110 111111 10011 0 0 11000110 1100011 1000100

Color Harmonies of #5ECDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ECDFE

Black with #5ECDFE

Text Example


Text Example

White with #5ECDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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