#59b2ff

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

Shades of Maya Blue #59B2FF

Tints of Maya Blue #59B2FF

Color information

#59B2FF (or 0x59B2FF) is unknown color: approx Maya Blue. HEX triplet: 59, B2 and FF. RGB value is (89,178,255). Sum of RGB (Red+Green+Blue) = 89+178+255=522 (69% of max value = 765). Red value is 89 (35.16% from 255 or 17.05% from 522); Green value is 178 (69.92% from 255 or 34.10% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #59B2FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #59B2FF is #A64D00. Grayscale: #9F9F9F. Windows color (decimal): -10898689 or 16757337. OLE color: 16757337.

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

Color convert

RGB89178255-
CMYK0.650.3000
HSL207.83º100%67.45%-
HSV(B)207.83º65.1%100%-
XYZ38.0941.18100.55-
YUV160.17181.5177.24-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 17.05%
GREEN value IS 178 (69.92% from 255) = 34.10%
BLUE value IS 255 (100% from 255) = 48.85%
R=17.05%
G=34.10%
B=48.85%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal891782550.650.3000207.8310067.45
Hex59B2FF411E00d06443
Octal1312623771013600320144103
Binary10110011011001011111111100000111110001101000011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59b2ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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