#59BDFF

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

Shades of Maya Blue #59BDFF

Tints of Maya Blue #59BDFF

Color information

#59BDFF (or 0x59BDFF) is unknown color: approx Maya Blue. HEX triplet: 59, BD and FF. RGB value is (89,189,255). Sum of RGB (Red+Green+Blue) = 89+189+255=533 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.70% from 533); Green value is 189 (74.22% from 255 or 35.46% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #59BDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59BDFF is #A64200. Grayscale: #A6A6A6. Windows color (decimal): -10895873 or 16760153. OLE color: 16760153.

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

Color convert

RGB89189255-
CMYK0.650.2600
HSL203.86º100%67.45%-
HSV(B)203.86º65.1%100%-
XYZ40.3745.74101.31-
YUV166.62177.8772.63-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 16.70%
GREEN value IS 189 (74.22% from 255) = 35.46%
BLUE value IS 255 (100% from 255) = 47.84%
R=16.70%
G=35.46%
B=47.84%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal891892550.650.2600203.8610067.45
Hex59BDFF411A00cc6443
Octal1312753771013200314144103
Binary10110011011110111111111100000111010001100110011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59BDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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