#5ebdff

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

Shades of Maya Blue #5EBDFF

Tints of Maya Blue #5EBDFF

Color information

#5EBDFF (or 0x5EBDFF) is unknown color: approx Maya Blue. HEX triplet: 5E, BD and FF. RGB value is (94,189,255). Sum of RGB (Red+Green+Blue) = 94+189+255=538 (71% of max value = 765). Red value is 94 (37.11% from 255 or 17.47% from 538); Green value is 189 (74.22% from 255 or 35.13% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #5EBDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EBDFF is #A14200. Grayscale: #A7A7A7. Windows color (decimal): -10568193 or 16760158. OLE color: 16760158.

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

Color convert

RGB94189255-
CMYK0.630.2600
HSL204.6º100%68.43%-
HSV(B)204.6º63.14%100%-
XYZ40.8645.99101.33-
YUV168.12177.0375.13-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 17.47%
GREEN value IS 189 (74.22% from 255) = 35.13%
BLUE value IS 255 (100% from 255) = 47.40%
R=17.47%
G=35.13%
B=47.40%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal941892550.630.2600204.610068.43
Hex5EBDFF3F1A00cd6444
Octal136275377773200315144104
Binary1011110101111011111111111111111010001100110111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ebdff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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