Html Css Color HEX #59AEFF Maya Blue

📋 copy color: '#59AEFF'

red 89 ◦ green 174 ◦ blue 255

#59AEFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maya Blue #59AEFF

Tints of Maya Blue #59AEFF

RGB

 RED value IS 89 (35.16% from 255) = 17.18%

 GREEN value IS 174 (68.36% from 255) = 33.59%

 BLUE value IS 255 (100% from 255) = 49.23%

R = 17.18%
G = 33.59%
B = 49.23%

CMYK

 C value IS 0.65

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#59AEFF (or 0x59AEFF) is known color: Maya Blue. HEX triplet: 59, AE and FF. RGB value is (89,174,255). Sum of RGB (Red+Green+Blue) = 89+174+255=518 (68% of max value = 765). Red value is 89 (35.16% from 255 or 17.18% from 518); Green value is 174 (68.36% from 255 or 33.59% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #59AEFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #59AEFF is #A65100. Grayscale: #9D9D9D. Windows color (decimal): -10899713 or 16756313. OLE color: 16756313.

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

Color convert

RGB 89 174 255 -
CMYK 0.65 0.32 0 0
HSL 209.28º 1% 0.67% -
HSV(B) 209.28º 0.65% 1% -
XYZ 37.31 39.62 100.29 -
YUV 157.82 182.84 78.91 -
System Red Green Blue C M Y K H S L
Decimal 89 174 255 0.65 0.32 0 0 209.28 1 0.67
Hex 59 AE FF 41 20 0 0 D1 64 43
Octal 131 256 377 101 40 0 0 321 144 103
Binary 1011001 10101110 11111111 1000001 100000 0 0 11010001 1100100 1000011

Color Harmonies of #59AEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59AEFF

Black with #59AEFF

Text Example


Text Example

White with #59AEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #59AEFF;
 }
 .AnyTagClassName
 {
   color: #59AEFF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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