#5EB3FE

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

Shades of Maya Blue #5EB3FE

Tints of Maya Blue #5EB3FE

Color information

#5EB3FE (or 0x5EB3FE) is unknown color: approx Maya Blue. HEX triplet: 5E, B3 and FE. RGB value is (94,179,254). Sum of RGB (Red+Green+Blue) = 94+179+254=527 (69% of max value = 765). Red value is 94 (37.11% from 255 or 17.84% from 527); Green value is 179 (70.31% from 255 or 33.97% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #5EB3FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EB3FE is #A14C01. Grayscale: #A1A1A1. Windows color (decimal): -10570754 or 16692062. OLE color: 16692062.

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

Color convert

RGB94179254-
CMYK0.630.3000.00
HSL208.12º98.77%68.24%-
HSV(B)208.12º62.99%99.61%-
XYZ38.6341.7899.79-
YUV162.14179.8479.4-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 17.84%
GREEN value IS 179 (70.31% from 255) = 33.97%
BLUE value IS 254 (99.61% from 255) = 48.20%
R=17.84%
G=33.97%
B=48.20%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal941792540.630.3000.00208.1298.7768.24
Hex5EB3FE3F1E00d06344
Octal136263376773600320143104
Binary1011110101100111111111011111111110001101000011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EB3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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