#5EBBFC

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

Shades of Maya Blue #5EBBFC

Tints of Maya Blue #5EBBFC

Color information

#5EBBFC (or 0x5EBBFC) is unknown color: approx Maya Blue. HEX triplet: 5E, BB and FC. RGB value is (94,187,252). Sum of RGB (Red+Green+Blue) = 94+187+252=533 (70% of max value = 765). Red value is 94 (37.11% from 255 or 17.64% from 533); Green value is 187 (73.44% from 255 or 35.08% from 533); Blue value is 252 (98.83% from 255 or 47.28% from 533); Max value from RGB is 252 - color contains mainly: blue. Hex color #5EBBFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EBBFC is #A14403. Grayscale: #A6A6A6. Windows color (decimal): -10568708 or 16563038. OLE color: 16563038.

HSL color Cylindrical-coordinate representation of color #5EBBFC: hue angle of 204.68º degrees, saturation: 0.96, 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 #5EBBFC is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB94187252-
CMYK0.630.2600.01
HSL204.68º96.34%67.84%-
HSV(B)204.68º62.7%98.82%-
XYZ39.9644.9598.67-
YUV166.6176.1976.21-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 17.64%
GREEN value IS 187 (73.44% from 255) = 35.08%
BLUE value IS 252 (98.83% from 255) = 47.28%
R=17.64%
G=35.08%
B=47.28%

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
Decimal941872520.630.2600.01204.6896.3467.84
Hex5EBBFC3F1A01cd6044
Octal136273374773201315140104
Binary1011110101110111111110011111111010011100110111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EBBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,187,252); }

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

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

 a { background-color: rgb(94,187,252); }

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

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

 span { border-color: rgb(94,187,252); }

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