Html Css Color HEX #59ACCF Picton Blue

📋 copy color: '#59ACCF'

red 89 ◦ green 172 ◦ blue 207

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

Shades of Picton Blue #59ACCF

Tints of Picton Blue #59ACCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.23%

R = 19.02%
G = 36.75%
B = 44.23%

CMYK

 C value IS 0.57

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#59ACCF (or 0x59ACCF) is known color: Picton Blue. HEX triplet: 59, AC and CF. RGB value is (89,172,207). Sum of RGB (Red+Green+Blue) = 89+172+207=468 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.02% from 468); Green value is 172 (67.58% from 255 or 36.75% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 207 - color contains mainly: blue. Hex color #59ACCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59ACCF is #A65330. Grayscale: #969696. Windows color (decimal): -10900273 or 13610073. OLE color: 13610073.

HSL color Cylindrical-coordinate representation of color #59ACCF: hue angle of 197.8º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #59ACCF is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 89 172 207 -
CMYK 0.57 0.17 0 0.19
HSL 197.8º 0.55% 0.58% -
HSV(B) 197.8º 0.57% 0.81% -
XYZ 30.13 36.13 64.42 -
YUV 151.17 159.5 83.65 -
System Red Green Blue C M Y K H S L
Decimal 89 172 207 0.57 0.17 0 0.19 197.8 0.55 0.58
Hex 59 AC CF 39 11 0 13 C6 37 3A
Octal 131 254 317 71 21 0 23 306 67 72
Binary 1011001 10101100 11001111 111001 10001 0 10011 11000110 110111 111010

Color Harmonies of #59ACCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59ACCF

Black with #59ACCF

Text Example


Text Example

White with #59ACCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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