#60abd1

Color #60ABD1 Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #60ABD1

Tints of Picton Blue #60ABD1

Color information

#60ABD1 (or 0x60ABD1) is unknown color: approx Picton Blue. HEX triplet: 60, AB and D1. RGB value is (96,171,209). Sum of RGB (Red+Green+Blue) = 96+171+209=476 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.17% from 476); Green value is 171 (67.19% from 255 or 35.92% from 476); Blue value is 209 (82.03% from 255 or 43.91% from 476); Max value from RGB is 209 - color contains mainly: blue. Hex color #60ABD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60ABD1 is #9F542E. Grayscale: #989898. Windows color (decimal): -10441775 or 13740896. OLE color: 13740896.

HSL color Cylindrical-coordinate representation of color #60ABD1: hue angle of 200.18º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60ABD1 is Cyan = 0.54, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB96171209-
CMYK0.540.1800.18
HSL200.18º55.12%59.8%-
HSV(B)200.18º54.07%81.96%-
XYZ30.936.2265.68-
YUV152.91159.6587.41-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.17%
GREEN value IS 171 (67.19% from 255) = 35.92%
BLUE value IS 209 (82.03% from 255) = 43.91%
R=20.17%
G=35.92%
B=43.91%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal961712090.540.1800.18200.1855.1259.8
Hex60ABD13612012c8373c
Octal14025332166220223106774
Binary110000010101011110100011101101001001001011001000110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60abd1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60abd1; }

 p { color: rgb(96,171,209); }

 H1.HeaderClassName
 {
   color: #60abd1;
 }
 .AnyTagClassName
 {
   color: #60abd1;
 }
</style>
background-color css

<style>
 a { background-color: #60abd1; }

 a { background-color: rgb(96,171,209); }

 div.DivClassName
 {
   background-color: #60abd1;
 }
 .BgClassName
 {
   background-color: #60abd1;
 }
</style>
border-color css

<style>
 span { border-color: #60abd1; }

 span { border-color: rgb(96,171,209); }

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