#59B9FF

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

Shades of Maya Blue #59B9FF

Tints of Maya Blue #59B9FF

Color information

#59B9FF (or 0x59B9FF) is unknown color: approx Maya Blue. HEX triplet: 59, B9 and FF. RGB value is (89,185,255). Sum of RGB (Red+Green+Blue) = 89+185+255=529 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.82% from 529); Green value is 185 (72.66% from 255 or 34.97% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #59B9FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59B9FF is #A64600. Grayscale: #A3A3A3. Windows color (decimal): -10896897 or 16759129. OLE color: 16759129.

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

Color convert

RGB89185255-
CMYK0.650.2700
HSL205.3º100%67.45%-
HSV(B)205.3º65.1%100%-
XYZ39.5244.04101.03-
YUV164.28179.274.31-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 16.82%
GREEN value IS 185 (72.66% from 255) = 34.97%
BLUE value IS 255 (100% from 255) = 48.20%
R=16.82%
G=34.97%
B=48.20%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal891852550.650.2700205.310067.45
Hex59B9FF411B00cd6443
Octal1312713771013300315144103
Binary10110011011100111111111100000111011001100110111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59B9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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