Html Css Color HEX #59A4DF Picton Blue

📋 copy color: '#59A4DF'

red 89 ◦ green 164 ◦ blue 223

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

Shades of Picton Blue #59A4DF

Tints of Picton Blue #59A4DF

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.45%

 BLUE value IS 223 (87.5% from 255) = 46.85%

R = 18.7%
G = 34.45%
B = 46.85%

CMYK

 C value IS 0.60

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#59A4DF (or 0x59A4DF) is known color: Picton Blue. HEX triplet: 59, A4 and DF. RGB value is (89,164,223). Sum of RGB (Red+Green+Blue) = 89+164+223=476 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.70% from 476); Green value is 164 (64.45% from 255 or 34.45% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 223 - color contains mainly: blue. Hex color #59A4DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59A4DF is #A65B20. Grayscale: #939393. Windows color (decimal): -10902305 or 14656601. OLE color: 14656601.

HSL color Cylindrical-coordinate representation of color #59A4DF: hue angle of 206.42º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59A4DF is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 89 164 223 -
CMYK 0.60 0.26 0 0.13
HSL 206.42º 0.68% 0.61% -
HSV(B) 206.42º 0.6% 0.87% -
XYZ 30.71 34 74.76 -
YUV 148.3 170.15 85.7 -
System Red Green Blue C M Y K H S L
Decimal 89 164 223 0.60 0.26 0 0.13 206.42 0.68 0.61
Hex 59 A4 DF 3C 1A 0 D CE 44 3D
Octal 131 244 337 74 32 0 15 316 104 75
Binary 1011001 10100100 11011111 111100 11010 0 1101 11001110 1000100 111101

Color Harmonies of #59A4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59A4DF

Black with #59A4DF

Text Example


Text Example

White with #59A4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,164,223); }

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

background-color css

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

 a { background-color: rgb(89,164,223); }

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

border-color css

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

 span { border-color: rgb(89,164,223); }

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