Html Css Color HEX #59ABCC Picton Blue

📋 copy color: '#59ABCC'

red 89 ◦ green 171 ◦ blue 204

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

Shades of Picton Blue #59ABCC

Tints of Picton Blue #59ABCC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.85%

 BLUE value IS 204 (80.08% from 255) = 43.97%

R = 19.18%
G = 36.85%
B = 43.97%

CMYK

 C value IS 0.56

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#59ABCC (or 0x59ABCC) is known color: Picton Blue. HEX triplet: 59, AB and CC. RGB value is (89,171,204). Sum of RGB (Red+Green+Blue) = 89+171+204=464 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.18% from 464); Green value is 171 (67.19% from 255 or 36.85% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 204 - color contains mainly: blue. Hex color #59ABCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59ABCC is #A65433. Grayscale: #969696. Windows color (decimal): -10900532 or 13413209. OLE color: 13413209.

HSL color Cylindrical-coordinate representation of color #59ABCC: hue angle of 197.22º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #59ABCC is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 89 171 204 -
CMYK 0.56 0.16 0 0.2
HSL 197.22º 0.53% 0.57% -
HSV(B) 197.22º 0.56% 0.8% -
XYZ 29.58 35.61 62.44 -
YUV 150.24 158.33 84.32 -
System Red Green Blue C M Y K H S L
Decimal 89 171 204 0.56 0.16 0 0.2 197.22 0.53 0.57
Hex 59 AB CC 38 10 0 14 C5 35 39
Octal 131 253 314 70 20 0 24 305 65 71
Binary 1011001 10101011 11001100 111000 10000 0 10100 11000101 110101 111001

Color Harmonies of #59ABCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59ABCC

Black with #59ABCC

Text Example


Text Example

White with #59ABCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,171,204); }

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

background-color css

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

 a { background-color: rgb(89,171,204); }

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

border-color css

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

 span { border-color: rgb(89,171,204); }

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