Html Css Color HEX #5EBFFE Maya Blue

📋 copy color: '#5EBFFE'

red 94 ◦ green 191 ◦ blue 254

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

Shades of Maya Blue #5EBFFE

Tints of Maya Blue #5EBFFE

RGB

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

 GREEN value IS 191 (75% from 255) = 35.44%

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

R = 17.44%
G = 35.44%
B = 47.12%

CMYK

 C value IS 0.63

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5EBFFE (or 0x5EBFFE) is known color: Maya Blue. HEX triplet: 5E, BF and FE. RGB value is (94,191,254). Sum of RGB (Red+Green+Blue) = 94+191+254=539 (71% of max value = 765). Red value is 94 (37.11% from 255 or 17.44% from 539); Green value is 191 (75% from 255 or 35.44% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #5EBFFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EBFFE is #A14001. Grayscale: #A8A8A8. Windows color (decimal): -10567682 or 16695134. OLE color: 16695134.

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

Color convert

RGB 94 191 254 -
CMYK 0.63 0.25 0 0.00
HSL 203.63º 0.99% 0.68% -
HSV(B) 203.63º 0.63% 1% -
XYZ 41.14 46.8 100.63 -
YUV 169.18 175.86 74.38 -
System Red Green Blue C M Y K H S L
Decimal 94 191 254 0.63 0.25 0 0.00 203.63 0.99 0.68
Hex 5E BF FE 3F 19 0 0 CC 63 44
Octal 136 277 376 77 31 0 0 314 143 104
Binary 1011110 10111111 11111110 111111 11001 0 0 11001100 1100011 1000100

Color Harmonies of #5EBFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBFFE

Black with #5EBFFE

Text Example


Text Example

White with #5EBFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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