Html Css Color HEX #59A9E1 Picton Blue

📋 copy color: '#59A9E1'

red 89 ◦ green 169 ◦ blue 225

#59A9E1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picton Blue #59A9E1

Tints of Picton Blue #59A9E1

RGB

 RED value IS 89 (35.16% from 255) = 18.43%

 GREEN value IS 169 (66.41% from 255) = 34.99%

 BLUE value IS 225 (88.28% from 255) = 46.58%

R = 18.43%
G = 34.99%
B = 46.58%

CMYK

 C value IS 0.60

 M value IS 0.25

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#59A9E1 (or 0x59A9E1) is known color: Picton Blue. HEX triplet: 59, A9 and E1. RGB value is (89,169,225). Sum of RGB (Red+Green+Blue) = 89+169+225=483 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.43% from 483); Green value is 169 (66.41% from 255 or 34.99% from 483); Blue value is 225 (88.28% from 255 or 46.58% from 483); Max value from RGB is 225 - color contains mainly: blue. Hex color #59A9E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59A9E1 is #A6561E. Grayscale: #979797. Windows color (decimal): -10901023 or 14788953. OLE color: 14788953.

HSL color Cylindrical-coordinate representation of color #59A9E1: hue angle of 204.71º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59A9E1 is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 89 169 225 -
CMYK 0.60 0.25 0 0.12
HSL 204.71º 0.69% 0.62% -
HSV(B) 204.71º 0.6% 0.88% -
XYZ 31.9 35.94 76.49 -
YUV 151.46 169.5 83.45 -
System Red Green Blue C M Y K H S L
Decimal 89 169 225 0.60 0.25 0 0.12 204.71 0.69 0.62
Hex 59 A9 E1 3C 19 0 C CD 45 3E
Octal 131 251 341 74 31 0 14 315 105 76
Binary 1011001 10101001 11100001 111100 11001 0 1100 11001101 1000101 111110

Color Harmonies of #59A9E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59A9E1

Black with #59A9E1

Text Example


Text Example

White with #59A9E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,169,225); }

 H1.HeaderClassName
 {
   color: #59A9E1;
 }
 .AnyTagClassName
 {
   color: #59A9E1;
 }
</style>

background-color css

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

 a { background-color: rgb(89,169,225); }

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

border-color css

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

 span { border-color: rgb(89,169,225); }

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