Html Css Color HEX #59ACD5 Picton Blue

📋 copy color: '#59ACD5'

red 89 ◦ green 172 ◦ blue 213

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

Shades of Picton Blue #59ACD5

Tints of Picton Blue #59ACD5

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.29%

 BLUE value IS 213 (83.59% from 255) = 44.94%

R = 18.78%
G = 36.29%
B = 44.94%

CMYK

 C value IS 0.58

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#59ACD5 (or 0x59ACD5) is known color: Picton Blue. HEX triplet: 59, AC and D5. RGB value is (89,172,213). Sum of RGB (Red+Green+Blue) = 89+172+213=474 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.78% from 474); Green value is 172 (67.58% from 255 or 36.29% from 474); Blue value is 213 (83.59% from 255 or 44.94% from 474); Max value from RGB is 213 - color contains mainly: blue. Hex color #59ACD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59ACD5 is #A6532A. Grayscale: #979797. Windows color (decimal): -10900267 or 14003289. OLE color: 14003289.

HSL color Cylindrical-coordinate representation of color #59ACD5: hue angle of 199.84º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #59ACD5 is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 89 172 213 -
CMYK 0.58 0.19 0 0.16
HSL 199.84º 0.6% 0.59% -
HSV(B) 199.84º 0.58% 0.84% -
XYZ 30.88 36.43 68.36 -
YUV 151.86 162.5 83.17 -
System Red Green Blue C M Y K H S L
Decimal 89 172 213 0.58 0.19 0 0.16 199.84 0.6 0.59
Hex 59 AC D5 3A 13 0 10 C8 3C 3B
Octal 131 254 325 72 23 0 20 310 74 73
Binary 1011001 10101100 11010101 111010 10011 0 10000 11001000 111100 111011

Color Harmonies of #59ACD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59ACD5

Black with #59ACD5

Text Example


Text Example

White with #59ACD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,172,213); }

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

background-color css

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

 a { background-color: rgb(89,172,213); }

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

border-color css

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

 span { border-color: rgb(89,172,213); }

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