#60AECB

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

Shades of Picton Blue #60AECB

Tints of Picton Blue #60AECB

Color information

#60AECB (or 0x60AECB) is unknown color: approx Picton Blue. HEX triplet: 60, AE and CB. RGB value is (96,174,203). Sum of RGB (Red+Green+Blue) = 96+174+203=473 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.30% from 473); Green value is 174 (68.36% from 255 or 36.79% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 203 - color contains mainly: blue. Hex color #60AECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60AECB is #9F5134. Grayscale: #999999. Windows color (decimal): -10441013 or 13348448. OLE color: 13348448.

HSL color Cylindrical-coordinate representation of color #60AECB: hue angle of 196.26º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60AECB is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB96174203-
CMYK0.530.1400.20
HSL196.26º50.71%58.63%-
HSV(B)196.26º52.71%79.61%-
XYZ30.7437.0762.04-
YUV153.98155.6686.64-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.30%
GREEN value IS 174 (68.36% from 255) = 36.79%
BLUE value IS 203 (79.69% from 255) = 42.92%
R=20.30%
G=36.79%
B=42.92%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal961742030.530.1400.20196.2650.7158.63
Hex60AECB35E014c4333b
Octal14025631365160243046373
Binary11000001010111011001011110101111001010011000100110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60AECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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