#66AAC5

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

Shades of Picton Blue #66AAC5

Tints of Picton Blue #66AAC5

Color information

#66AAC5 (or 0x66AAC5) is unknown color: approx Picton Blue. HEX triplet: 66, AA and C5. RGB value is (102,170,197). Sum of RGB (Red+Green+Blue) = 102+170+197=469 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.75% from 469); Green value is 170 (66.80% from 255 or 36.25% from 469); Blue value is 197 (77.34% from 255 or 42.00% from 469); Max value from RGB is 197 - color contains mainly: blue. Hex color #66AAC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66AAC5 is #99553A. Grayscale: #989898. Windows color (decimal): -10048827 or 12954214. OLE color: 12954214.

HSL color Cylindrical-coordinate representation of color #66AAC5: hue angle of 197.05º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #66AAC5 is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB102170197-
CMYK0.480.1400.23
HSL197.05º45.02%58.63%-
HSV(B)197.05º48.22%77.25%-
XYZ29.9335.6158.12-
YUV152.75152.9791.8-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.75%
GREEN value IS 170 (66.80% from 255) = 36.25%
BLUE value IS 197 (77.34% from 255) = 42.00%
R=21.75%
G=36.25%
B=42.00%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1021701970.480.1400.23197.0545.0258.63
Hex66AAC530E017c52d3b
Octal14625230560160273055573
Binary11001101010101011000101110000111001011111000101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66AAC5; }

 p { color: rgb(102,170,197); }

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

<style>
 a { background-color: #66AAC5; }

 a { background-color: rgb(102,170,197); }

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

<style>
 span { border-color: #66AAC5; }

 span { border-color: rgb(102,170,197); }

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