Html Css Color HEX #59ACD2 Picton Blue

📋 copy color: '#59ACD2'

red 89 ◦ green 172 ◦ blue 210

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

Shades of Picton Blue #59ACD2

Tints of Picton Blue #59ACD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 44.59%

R = 18.9%
G = 36.52%
B = 44.59%

CMYK

 C value IS 0.58

 M value IS 0.18

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#59ACD2 (or 0x59ACD2) is known color: Picton Blue. HEX triplet: 59, AC and D2. RGB value is (89,172,210). Sum of RGB (Red+Green+Blue) = 89+172+210=471 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.90% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 210 (82.42% from 255 or 44.59% from 471); Max value from RGB is 210 - color contains mainly: blue. Hex color #59ACD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59ACD2 is #A6532D. Grayscale: #979797. Windows color (decimal): -10900270 or 13806681. OLE color: 13806681.

HSL color Cylindrical-coordinate representation of color #59ACD2: hue angle of 198.84º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #59ACD2 is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 89 172 210 -
CMYK 0.58 0.18 0 0.18
HSL 198.84º 0.57% 0.59% -
HSV(B) 198.84º 0.58% 0.82% -
XYZ 30.51 36.28 66.37 -
YUV 151.52 161 83.41 -
System Red Green Blue C M Y K H S L
Decimal 89 172 210 0.58 0.18 0 0.18 198.84 0.57 0.59
Hex 59 AC D2 3A 12 0 12 C7 39 3B
Octal 131 254 322 72 22 0 22 307 71 73
Binary 1011001 10101100 11010010 111010 10010 0 10010 11000111 111001 111011

Color Harmonies of #59ACD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59ACD2

Black with #59ACD2

Text Example


Text Example

White with #59ACD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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