#66A1CB

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

Shades of Picton Blue #66A1CB

Tints of Picton Blue #66A1CB

Color information

#66A1CB (or 0x66A1CB) is unknown color: approx Picton Blue. HEX triplet: 66, A1 and CB. RGB value is (102,161,203). Sum of RGB (Red+Green+Blue) = 102+161+203=466 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.89% from 466); Green value is 161 (63.28% from 255 or 34.55% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 203 - color contains mainly: blue. Hex color #66A1CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66A1CB is #995E34. Grayscale: #939393. Windows color (decimal): -10051125 or 13345126. OLE color: 13345126.

HSL color Cylindrical-coordinate representation of color #66A1CB: hue angle of 204.95º 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 #66A1CB is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB102161203-
CMYK0.500.2100.20
HSL204.95º49.27%59.8%-
HSV(B)204.95º49.75%79.61%-
XYZ2932.6361.27-
YUV148.15158.9595.08-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.89%
GREEN value IS 161 (63.28% from 255) = 34.55%
BLUE value IS 203 (79.69% from 255) = 43.56%
R=21.89%
G=34.55%
B=43.56%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1021612030.500.2100.20204.9549.2759.8
Hex66A1CB3215014cd313c
Octal14624131362250243156174
Binary110011010100001110010111100101010101010011001101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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