#5EB0FB

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

Shades of Maya Blue #5EB0FB

Tints of Maya Blue #5EB0FB

Color information

#5EB0FB (or 0x5EB0FB) is unknown color: approx Maya Blue. HEX triplet: 5E, B0 and FB. RGB value is (94,176,251). Sum of RGB (Red+Green+Blue) = 94+176+251=521 (69% of max value = 765). Red value is 94 (37.11% from 255 or 18.04% from 521); Green value is 176 (69.14% from 255 or 33.78% from 521); Blue value is 251 (98.44% from 255 or 48.18% from 521); Max value from RGB is 251 - color contains mainly: blue. Hex color #5EB0FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5EB0FB is #A14F04. Grayscale: #9F9F9F. Windows color (decimal): -10571525 or 16494686. OLE color: 16494686.

HSL color Cylindrical-coordinate representation of color #5EB0FB: hue angle of 208.66º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5EB0FB is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB94176251-
CMYK0.630.3000.02
HSL208.66º95.15%67.65%-
HSV(B)208.66º62.55%98.43%-
XYZ37.5540.497.08-
YUV160.03179.3380.9-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 18.04%
GREEN value IS 176 (69.14% from 255) = 33.78%
BLUE value IS 251 (98.44% from 255) = 48.18%
R=18.04%
G=33.78%
B=48.18%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal941762510.630.3000.02208.6695.1567.65
Hex5EB0FB3F1E02d15f44
Octal136260373773602321137104
Binary10111101011000011111011111111111100101101000110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EB0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,176,251); }

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

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

 a { background-color: rgb(94,176,251); }

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

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

 span { border-color: rgb(94,176,251); }

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