#66ACCB

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

Shades of Picton Blue #66ACCB

Tints of Picton Blue #66ACCB

Color information

#66ACCB (or 0x66ACCB) is unknown color: approx Picton Blue. HEX triplet: 66, AC and CB. RGB value is (102,172,203). Sum of RGB (Red+Green+Blue) = 102+172+203=477 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.38% from 477); Green value is 172 (67.58% from 255 or 36.06% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 203 - color contains mainly: blue. Hex color #66ACCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66ACCB is #995334. Grayscale: #9A9A9A. Windows color (decimal): -10048309 or 13347942. OLE color: 13347942.

HSL color Cylindrical-coordinate representation of color #66ACCB: hue angle of 198.42º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66ACCB is Cyan = 0.50, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB102172203-
CMYK0.500.1500.20
HSL198.42º49.27%59.8%-
HSV(B)198.42º49.75%79.61%-
XYZ31.0136.6461.94-
YUV154.6155.3190.48-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.38%
GREEN value IS 172 (67.58% from 255) = 36.06%
BLUE value IS 203 (79.69% from 255) = 42.56%
R=21.38%
G=36.06%
B=42.56%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1021722030.500.1500.20198.4249.2759.8
Hex66ACCB32F014c6313c
Octal14625431362170243066174
Binary11001101010110011001011110010111101010011000110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66ACCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,172,203); }

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

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

 a { background-color: rgb(102,172,203); }

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

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

 span { border-color: rgb(102,172,203); }

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