#59BDFD

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

Shades of Maya Blue #59BDFD

Tints of Maya Blue #59BDFD

Color information

#59BDFD (or 0x59BDFD) is unknown color: approx Maya Blue. HEX triplet: 59, BD and FD. RGB value is (89,189,253). Sum of RGB (Red+Green+Blue) = 89+189+253=531 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.76% from 531); Green value is 189 (74.22% from 255 or 35.59% from 531); Blue value is 253 (99.22% from 255 or 47.65% from 531); Max value from RGB is 253 - color contains mainly: blue. Hex color #59BDFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59BDFD is #A64202. Grayscale: #A6A6A6. Windows color (decimal): -10895875 or 16629081. OLE color: 16629081.

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

Color convert

RGB89189253-
CMYK0.650.2500.01
HSL203.41º97.62%67.06%-
HSV(B)203.41º64.82%99.22%-
XYZ40.0545.6199.62-
YUV166.4176.8772.8-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 16.76%
GREEN value IS 189 (74.22% from 255) = 35.59%
BLUE value IS 253 (99.22% from 255) = 47.65%
R=16.76%
G=35.59%
B=47.65%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal891892530.650.2500.01203.4197.6267.06
Hex59BDFD411901cb6243
Octal1312753751013101313142103
Binary10110011011110111111101100000111001011100101111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59BDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,189,253); }

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

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

 a { background-color: rgb(89,189,253); }

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

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

 span { border-color: rgb(89,189,253); }

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