#5EBEFF

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

Shades of Maya Blue #5EBEFF

Tints of Maya Blue #5EBEFF

Color information

#5EBEFF (or 0x5EBEFF) is unknown color: approx Maya Blue. HEX triplet: 5E, BE and FF. RGB value is (94,190,255). Sum of RGB (Red+Green+Blue) = 94+190+255=539 (71% of max value = 765). Red value is 94 (37.11% from 255 or 17.44% from 539); Green value is 190 (74.61% from 255 or 35.25% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #5EBEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EBEFF is #A14100. Grayscale: #A8A8A8. Windows color (decimal): -10567937 or 16760414. OLE color: 16760414.

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

Color convert

RGB94190255-
CMYK0.630.2500
HSL204.22º100%68.43%-
HSV(B)204.22º63.14%100%-
XYZ41.0846.43101.4-
YUV168.71176.774.71-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 17.44%
GREEN value IS 190 (74.61% from 255) = 35.25%
BLUE value IS 255 (100% from 255) = 47.31%
R=17.44%
G=35.25%
B=47.31%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal941902550.630.2500204.2210068.43
Hex5EBEFF3F1900cc6444
Octal136276377773100314144104
Binary1011110101111101111111111111111001001100110011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EBEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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