#5EB1FF

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

Shades of Maya Blue #5EB1FF

Tints of Maya Blue #5EB1FF

Color information

#5EB1FF (or 0x5EB1FF) is unknown color: approx Maya Blue. HEX triplet: 5E, B1 and FF. RGB value is (94,177,255). Sum of RGB (Red+Green+Blue) = 94+177+255=526 (69% of max value = 765). Red value is 94 (37.11% from 255 or 17.87% from 526); Green value is 177 (69.53% from 255 or 33.65% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #5EB1FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5EB1FF is #A14E00. Grayscale: #A0A0A0. Windows color (decimal): -10571265 or 16757086. OLE color: 16757086.

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

Color convert

RGB94177255-
CMYK0.630.3100
HSL209.07º100%68.43%-
HSV(B)209.07º63.14%100%-
XYZ38.3941.04100.51-
YUV161.0718180.16-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 17.87%
GREEN value IS 177 (69.53% from 255) = 33.65%
BLUE value IS 255 (100% from 255) = 48.48%
R=17.87%
G=33.65%
B=48.48%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal941772550.630.3100209.0710068.43
Hex5EB1FF3F1F00d16444
Octal136261377773700321144104
Binary1011110101100011111111111111111111001101000111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EB1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,177,255); }

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

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

 a { background-color: rgb(94,177,255); }

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

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

 span { border-color: rgb(94,177,255); }

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