#5EAEFF

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

Shades of Maya Blue #5EAEFF

Tints of Maya Blue #5EAEFF

Color information

#5EAEFF (or 0x5EAEFF) is unknown color: approx Maya Blue. HEX triplet: 5E, AE and FF. RGB value is (94,174,255). Sum of RGB (Red+Green+Blue) = 94+174+255=523 (69% of max value = 765). Red value is 94 (37.11% from 255 or 17.97% from 523); Green value is 174 (68.36% from 255 or 33.27% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #5EAEFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5EAEFF is #A15100. Grayscale: #9E9E9E. Windows color (decimal): -10572033 or 16756318. OLE color: 16756318.

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

Color convert

RGB94174255-
CMYK0.630.3200
HSL210.19º100%68.43%-
HSV(B)210.19º63.14%100%-
XYZ37.839.87100.31-
YUV159.3118281.41-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 17.97%
GREEN value IS 174 (68.36% from 255) = 33.27%
BLUE value IS 255 (100% from 255) = 48.76%
R=17.97%
G=33.27%
B=48.76%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal941742550.630.3200210.1910068.43
Hex5EAEFF3F2000d26444
Octal136256377774000322144104
Binary10111101010111011111111111111100000001101001011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EAEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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