#59B9FB

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

Shades of Maya Blue #59B9FB

Tints of Maya Blue #59B9FB

Color information

#59B9FB (or 0x59B9FB) is unknown color: approx Maya Blue. HEX triplet: 59, B9 and FB. RGB value is (89,185,251). Sum of RGB (Red+Green+Blue) = 89+185+251=525 (69% of max value = 765). Red value is 89 (35.16% from 255 or 16.95% from 525); Green value is 185 (72.66% from 255 or 35.24% from 525); Blue value is 251 (98.44% from 255 or 47.81% from 525); Max value from RGB is 251 - color contains mainly: blue. Hex color #59B9FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59B9FB is #A64604. Grayscale: #A3A3A3. Windows color (decimal): -10896901 or 16496985. OLE color: 16496985.

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

Color convert

RGB89185251-
CMYK0.650.2600.02
HSL204.44º95.29%66.67%-
HSV(B)204.44º64.54%98.43%-
XYZ38.8843.7997.67-
YUV163.82177.274.63-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 16.95%
GREEN value IS 185 (72.66% from 255) = 35.24%
BLUE value IS 251 (98.44% from 255) = 47.81%
R=16.95%
G=35.24%
B=47.81%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal891852510.650.2600.02204.4495.2966.67
Hex59B9FB411A02cc5f43
Octal1312713731013202314137103
Binary101100110111001111110111000001110100101100110010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59B9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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