#66A9CC

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

Shades of Picton Blue #66A9CC

Tints of Picton Blue #66A9CC

Color information

#66A9CC (or 0x66A9CC) is unknown color: approx Picton Blue. HEX triplet: 66, A9 and CC. RGB value is (102,169,204). Sum of RGB (Red+Green+Blue) = 102+169+204=475 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.47% from 475); Green value is 169 (66.41% from 255 or 35.58% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 204 - color contains mainly: blue. Hex color #66A9CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66A9CC is #995633. Grayscale: #989898. Windows color (decimal): -10049076 or 13412710. OLE color: 13412710.

HSL color Cylindrical-coordinate representation of color #66A9CC: hue angle of 200.59º degrees, saturation: 0.5, 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 #66A9CC is Cyan = 0.5, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB102169204-
CMYK0.50.1700.2
HSL200.59º50%60%-
HSV(B)200.59º50%80%-
XYZ30.5735.5662.38-
YUV152.96156.891.65-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.47%
GREEN value IS 169 (66.41% from 255) = 35.58%
BLUE value IS 204 (80.08% from 255) = 42.95%
R=21.47%
G=35.58%
B=42.95%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1021692040.50.1700.2200.595060
Hex66A9CC3211014c9323c
Octal14625131462210243116274
Binary110011010101001110011001100101000101010011001001110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,169,204); }

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

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

 a { background-color: rgb(102,169,204); }

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

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

 span { border-color: rgb(102,169,204); }

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