#59B3FE

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

Shades of Maya Blue #59B3FE

Tints of Maya Blue #59B3FE

Color information

#59B3FE (or 0x59B3FE) is unknown color: approx Maya Blue. HEX triplet: 59, B3 and FE. RGB value is (89,179,254). Sum of RGB (Red+Green+Blue) = 89+179+254=522 (69% of max value = 765). Red value is 89 (35.16% from 255 or 17.05% from 522); Green value is 179 (70.31% from 255 or 34.29% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #59B3FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59B3FE is #A64C01. Grayscale: #A0A0A0. Windows color (decimal): -10898434 or 16692057. OLE color: 16692057.

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

Color convert

RGB89179254-
CMYK0.650.3000.00
HSL207.27º98.8%67.25%-
HSV(B)207.27º64.96%99.61%-
XYZ38.1341.5299.77-
YUV160.64180.6876.9-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 17.05%
GREEN value IS 179 (70.31% from 255) = 34.29%
BLUE value IS 254 (99.61% from 255) = 48.66%
R=17.05%
G=34.29%
B=48.66%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal891792540.650.3000.00207.2798.867.25
Hex59B3FE411E00cf6343
Octal1312633761013600317143103
Binary10110011011001111111110100000111110001100111111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59B3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,179,254); }

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

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

 a { background-color: rgb(89,179,254); }

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

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

 span { border-color: rgb(89,179,254); }

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