#59ABDE

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

Shades of Picton Blue #59ABDE

Tints of Picton Blue #59ABDE

Color information

#59ABDE (or 0x59ABDE) is unknown color: approx Picton Blue. HEX triplet: 59, AB and DE. RGB value is (89,171,222). Sum of RGB (Red+Green+Blue) = 89+171+222=482 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.46% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 222 (87.11% from 255 or 46.06% from 482); Max value from RGB is 222 - color contains mainly: blue. Hex color #59ABDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59ABDE is #A65421. Grayscale: #989898. Windows color (decimal): -10900514 or 14592857. OLE color: 14592857.

HSL color Cylindrical-coordinate representation of color #59ABDE: hue angle of 203.01º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59ABDE is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB89171222-
CMYK0.600.2300.13
HSL203.01º66.83%60.98%-
HSV(B)203.01º59.91%87.06%-
XYZ31.8736.5274.48-
YUV152.3167.3382.85-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.46%
GREEN value IS 171 (67.19% from 255) = 35.48%
BLUE value IS 222 (87.11% from 255) = 46.06%
R=18.46%
G=35.48%
B=46.06%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal891712220.600.2300.13203.0166.8360.98
Hex59ABDE3C170Dcb433d
Octal131253336742701531310375
Binary101100110101011110111101111001011101101110010111000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59ABDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,171,222); }

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

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

 a { background-color: rgb(89,171,222); }

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

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

 span { border-color: rgb(89,171,222); }

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