#5EBCFD

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

Shades of Maya Blue #5EBCFD

Tints of Maya Blue #5EBCFD

Color information

#5EBCFD (or 0x5EBCFD) is unknown color: approx Maya Blue. HEX triplet: 5E, BC and FD. RGB value is (94,188,253). Sum of RGB (Red+Green+Blue) = 94+188+253=535 (70% of max value = 765). Red value is 94 (37.11% from 255 or 17.57% from 535); Green value is 188 (73.83% from 255 or 35.14% from 535); Blue value is 253 (99.22% from 255 or 47.29% from 535); Max value from RGB is 253 - color contains mainly: blue. Hex color #5EBCFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EBCFD is #A14302. Grayscale: #A6A6A6. Windows color (decimal): -10568451 or 16628830. OLE color: 16628830.

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

Color convert

RGB94188253-
CMYK0.630.2600.01
HSL204.53º97.55%68.04%-
HSV(B)204.53º62.85%99.22%-
XYZ40.3345.4499.57-
YUV167.3176.3675.71-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 17.57%
GREEN value IS 188 (73.83% from 255) = 35.14%
BLUE value IS 253 (99.22% from 255) = 47.29%
R=17.57%
G=35.14%
B=47.29%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal941882530.630.2600.01204.5397.5568.04
Hex5EBCFD3F1A01cd6244
Octal136274375773201315142104
Binary1011110101111001111110111111111010011100110111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EBCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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