#59AEFE

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

Shades of Maya Blue #59AEFE

Tints of Maya Blue #59AEFE

Color information

#59AEFE (or 0x59AEFE) is unknown color: approx Maya Blue. HEX triplet: 59, AE and FE. RGB value is (89,174,254). Sum of RGB (Red+Green+Blue) = 89+174+254=517 (68% of max value = 765). Red value is 89 (35.16% from 255 or 17.21% from 517); Green value is 174 (68.36% from 255 or 33.66% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #59AEFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #59AEFE is #A65101. Grayscale: #9D9D9D. Windows color (decimal): -10899714 or 16690777. OLE color: 16690777.

HSL color Cylindrical-coordinate representation of color #59AEFE: hue angle of 209.09º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #59AEFE is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB89174254-
CMYK0.650.3100.00
HSL209.09º98.8%67.25%-
HSV(B)209.09º64.96%99.61%-
XYZ37.1539.5599.44-
YUV157.7182.3479-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 17.21%
GREEN value IS 174 (68.36% from 255) = 33.66%
BLUE value IS 254 (99.61% from 255) = 49.13%
R=17.21%
G=33.66%
B=49.13%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal891742540.650.3100.00209.0998.867.25
Hex59AEFE411F00d16343
Octal1312563761013700321143103
Binary10110011010111011111110100000111111001101000111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59AEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59AEFE; }

 p { color: rgb(89,174,254); }

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

<style>
 a { background-color: #59AEFE; }

 a { background-color: rgb(89,174,254); }

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

<style>
 span { border-color: #59AEFE; }

 span { border-color: rgb(89,174,254); }

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