#59AFFF

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

Shades of Maya Blue #59AFFF

Tints of Maya Blue #59AFFF

Color information

#59AFFF (or 0x59AFFF) is unknown color: approx Maya Blue. HEX triplet: 59, AF and FF. RGB value is (89,175,255). Sum of RGB (Red+Green+Blue) = 89+175+255=519 (68% of max value = 765). Red value is 89 (35.16% from 255 or 17.15% from 519); Green value is 175 (68.75% from 255 or 33.72% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #59AFFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #59AFFF is #A65000. Grayscale: #9E9E9E. Windows color (decimal): -10899457 or 16756569. OLE color: 16756569.

HSL color Cylindrical-coordinate representation of color #59AFFF: hue angle of 208.92º 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 #59AFFF is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB89175255-
CMYK0.650.3100
HSL208.92º100%67.45%-
HSV(B)208.92º65.1%100%-
XYZ37.540100.35-
YUV158.41182.5178.5-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 17.15%
GREEN value IS 175 (68.75% from 255) = 33.72%
BLUE value IS 255 (100% from 255) = 49.13%
R=17.15%
G=33.72%
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
SystemRedGreenBlueCMYKHSL
Decimal891752550.650.3100208.9210067.45
Hex59AFFF411F00d16443
Octal1312573771013700321144103
Binary10110011010111111111111100000111111001101000111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59AFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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