#60AED1

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

Shades of Picton Blue #60AED1

Tints of Picton Blue #60AED1

Color information

#60AED1 (or 0x60AED1) is unknown color: approx Picton Blue. HEX triplet: 60, AE and D1. RGB value is (96,174,209). Sum of RGB (Red+Green+Blue) = 96+174+209=479 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.04% from 479); Green value is 174 (68.36% from 255 or 36.33% from 479); Blue value is 209 (82.03% from 255 or 43.63% from 479); Max value from RGB is 209 - color contains mainly: blue. Hex color #60AED1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60AED1 is #9F512E. Grayscale: #9A9A9A. Windows color (decimal): -10441007 or 13741664. OLE color: 13741664.

HSL color Cylindrical-coordinate representation of color #60AED1: hue angle of 198.58º 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 #60AED1 is Cyan = 0.54, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB96174209-
CMYK0.540.1700.18
HSL198.58º55.12%59.8%-
HSV(B)198.58º54.07%81.96%-
XYZ31.4737.3665.87-
YUV154.67158.6686.15-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.04%
GREEN value IS 174 (68.36% from 255) = 36.33%
BLUE value IS 209 (82.03% from 255) = 43.63%
R=20.04%
G=36.33%
B=43.63%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal961742090.540.1700.18198.5855.1259.8
Hex60AED13611012c7373c
Octal14025632166210223076774
Binary110000010101110110100011101101000101001011000111110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60AED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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