Html Css Color HEX #59ABDD Picton Blue

📋 copy color: '#59ABDD'

red 89 ◦ green 171 ◦ blue 221

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

Shades of Picton Blue #59ABDD

Tints of Picton Blue #59ABDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.95%

R = 18.5%
G = 35.55%
B = 45.95%

CMYK

 C value IS 0.60

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#59ABDD (or 0x59ABDD) is known color: Picton Blue. HEX triplet: 59, AB and DD. RGB value is (89,171,221). Sum of RGB (Red+Green+Blue) = 89+171+221=481 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.50% from 481); Green value is 171 (67.19% from 255 or 35.55% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #59ABDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59ABDD is #A65422. Grayscale: #979797. Windows color (decimal): -10900515 or 14527321. OLE color: 14527321.

HSL color Cylindrical-coordinate representation of color #59ABDD: hue angle of 202.73º degrees, saturation: 0.66, 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 #59ABDD is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 89 171 221 -
CMYK 0.60 0.23 0 0.13
HSL 202.73º 0.66% 0.61% -
HSV(B) 202.73º 0.6% 0.87% -
XYZ 31.73 36.47 73.77 -
YUV 152.18 166.83 82.93 -
System Red Green Blue C M Y K H S L
Decimal 89 171 221 0.60 0.23 0 0.13 202.73 0.66 0.61
Hex 59 AB DD 3C 17 0 D CB 42 3D
Octal 131 253 335 74 27 0 15 313 102 75
Binary 1011001 10101011 11011101 111100 10111 0 1101 11001011 1000010 111101

Color Harmonies of #59ABDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59ABDD

Black with #59ABDD

Text Example


Text Example

White with #59ABDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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