Html Css Color HEX #5EAEFE Maya Blue

📋 copy color: '#5EAEFE'

red 94 ◦ green 174 ◦ blue 254

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

Shades of Maya Blue #5EAEFE

Tints of Maya Blue #5EAEFE

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.33%

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

R = 18.01%
G = 33.33%
B = 48.66%

CMYK

 C value IS 0.63

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5EAEFE (or 0x5EAEFE) is known color: Maya Blue. HEX triplet: 5E, AE and FE. RGB value is (94,174,254). Sum of RGB (Red+Green+Blue) = 94+174+254=522 (69% of max value = 765). Red value is 94 (37.11% from 255 or 18.01% from 522); Green value is 174 (68.36% from 255 or 33.33% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #5EAEFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5EAEFE is #A15101. Grayscale: #9E9E9E. Windows color (decimal): -10572034 or 16690782. OLE color: 16690782.

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

Color convert

RGB 94 174 254 -
CMYK 0.63 0.31 0 0.00
HSL 210º 0.99% 0.68% -
HSV(B) 210º 0.63% 1% -
XYZ 37.64 39.81 99.47 -
YUV 159.2 181.5 81.5 -
System Red Green Blue C M Y K H S L
Decimal 94 174 254 0.63 0.31 0 0.00 210 0.99 0.68
Hex 5E AE FE 3F 1F 0 0 D2 63 44
Octal 136 256 376 77 37 0 0 322 143 104
Binary 1011110 10101110 11111110 111111 11111 0 0 11010010 1100011 1000100

Color Harmonies of #5EAEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EAEFE

Black with #5EAEFE

Text Example


Text Example

White with #5EAEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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