Html Css Color HEX #59ACD8 Picton Blue

📋 copy color: '#59ACD8'

red 89 ◦ green 172 ◦ blue 216

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

Shades of Picton Blue #59ACD8

Tints of Picton Blue #59ACD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 45.28%

R = 18.66%
G = 36.06%
B = 45.28%

CMYK

 C value IS 0.59

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#59ACD8 (or 0x59ACD8) is known color: Picton Blue. HEX triplet: 59, AC and D8. RGB value is (89,172,216). Sum of RGB (Red+Green+Blue) = 89+172+216=477 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.66% from 477); Green value is 172 (67.58% from 255 or 36.06% from 477); Blue value is 216 (84.77% from 255 or 45.28% from 477); Max value from RGB is 216 - color contains mainly: blue. Hex color #59ACD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59ACD8 is #A65327. Grayscale: #979797. Windows color (decimal): -10900264 or 14199897. OLE color: 14199897.

HSL color Cylindrical-coordinate representation of color #59ACD8: hue angle of 200.79º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #59ACD8 is Cyan = 0.59, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 89 172 216 -
CMYK 0.59 0.20 0 0.15
HSL 200.79º 0.62% 0.6% -
HSV(B) 200.79º 0.59% 0.85% -
XYZ 31.27 36.59 70.38 -
YUV 152.2 164 82.92 -
System Red Green Blue C M Y K H S L
Decimal 89 172 216 0.59 0.20 0 0.15 200.79 0.62 0.6
Hex 59 AC D8 3B 14 0 F C9 3E 3C
Octal 131 254 330 73 24 0 17 311 76 74
Binary 1011001 10101100 11011000 111011 10100 0 1111 11001001 111110 111100

Color Harmonies of #59ACD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59ACD8

Black with #59ACD8

Text Example


Text Example

White with #59ACD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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