#5EB4FE

Color #5EB4FE Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #5EB4FE

Tints of Maya Blue #5EB4FE

Color information

#5EB4FE (or 0x5EB4FE) is unknown color: approx Maya Blue. HEX triplet: 5E, B4 and FE. RGB value is (94,180,254). Sum of RGB (Red+Green+Blue) = 94+180+254=528 (69% of max value = 765). Red value is 94 (37.11% from 255 or 17.80% from 528); Green value is 180 (70.70% from 255 or 34.09% from 528); Blue value is 254 (99.61% from 255 or 48.11% from 528); Max value from RGB is 254 - color contains mainly: blue. Hex color #5EB4FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EB4FE is #A14B01. Grayscale: #A2A2A2. Windows color (decimal): -10570498 or 16692318. OLE color: 16692318.

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

Color convert

RGB94180254-
CMYK0.630.2900.00
HSL207.75º98.77%68.24%-
HSV(B)207.75º62.99%99.61%-
XYZ38.8342.1899.86-
YUV162.72179.5178.98-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 17.80%
GREEN value IS 180 (70.70% from 255) = 34.09%
BLUE value IS 254 (99.61% from 255) = 48.11%
R=17.80%
G=34.09%
B=48.11%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal941802540.630.2900.00207.7598.7768.24
Hex5EB4FE3F1D00d06344
Octal136264376773500320143104
Binary1011110101101001111111011111111101001101000011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EB4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5EB4FE;
 }
 .AnyTagClassName
 {
   color: #5EB4FE;
 }
</style>
background-color css

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

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

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

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

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

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