#5EBCFB

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

Shades of Maya Blue #5EBCFB

Tints of Maya Blue #5EBCFB

Color information

#5EBCFB (or 0x5EBCFB) is unknown color: approx Maya Blue. HEX triplet: 5E, BC and FB. RGB value is (94,188,251). Sum of RGB (Red+Green+Blue) = 94+188+251=533 (70% of max value = 765). Red value is 94 (37.11% from 255 or 17.64% from 533); Green value is 188 (73.83% from 255 or 35.27% from 533); Blue value is 251 (98.44% from 255 or 47.09% from 533); Max value from RGB is 251 - color contains mainly: blue. Hex color #5EBCFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EBCFB is #A14304. Grayscale: #A6A6A6. Windows color (decimal): -10568453 or 16497758. OLE color: 16497758.

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

Color convert

RGB94188251-
CMYK0.630.2500.02
HSL204.08º95.15%67.65%-
HSV(B)204.08º62.55%98.43%-
XYZ40.0145.3197.9-
YUV167.08175.3675.88-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 17.64%
GREEN value IS 188 (73.83% from 255) = 35.27%
BLUE value IS 251 (98.44% from 255) = 47.09%
R=17.64%
G=35.27%
B=47.09%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal941882510.630.2500.02204.0895.1567.65
Hex5EBCFB3F1902cc5f44
Octal136274373773102314137104
Binary10111101011110011111011111111110010101100110010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EBCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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