Html Css Color HEX #59A6CF Picton Blue

📋 copy color: '#59A6CF'

red 89 ◦ green 166 ◦ blue 207

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

Shades of Picton Blue #59A6CF

Tints of Picton Blue #59A6CF

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.93%

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

R = 19.26%
G = 35.93%
B = 44.81%

CMYK

 C value IS 0.57

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#59A6CF (or 0x59A6CF) is known color: Picton Blue. HEX triplet: 59, A6 and CF. RGB value is (89,166,207). Sum of RGB (Red+Green+Blue) = 89+166+207=462 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.26% from 462); Green value is 166 (65.23% from 255 or 35.93% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 207 - color contains mainly: blue. Hex color #59A6CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59A6CF is #A65930. Grayscale: #939393. Windows color (decimal): -10901809 or 13608537. OLE color: 13608537.

HSL color Cylindrical-coordinate representation of color #59A6CF: hue angle of 200.85º 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 #59A6CF is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 89 166 207 -
CMYK 0.57 0.20 0 0.19
HSL 200.85º 0.55% 0.58% -
HSV(B) 200.85º 0.57% 0.81% -
XYZ 29.02 33.9 64.05 -
YUV 147.65 161.49 86.17 -
System Red Green Blue C M Y K H S L
Decimal 89 166 207 0.57 0.20 0 0.19 200.85 0.55 0.58
Hex 59 A6 CF 39 14 0 13 C9 37 3A
Octal 131 246 317 71 24 0 23 311 67 72
Binary 1011001 10100110 11001111 111001 10100 0 10011 11001001 110111 111010

Color Harmonies of #59A6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59A6CF

Black with #59A6CF

Text Example


Text Example

White with #59A6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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