#66A8CB

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

Shades of Picton Blue #66A8CB

Tints of Picton Blue #66A8CB

Color information

#66A8CB (or 0x66A8CB) is unknown color: approx Picton Blue. HEX triplet: 66, A8 and CB. RGB value is (102,168,203). Sum of RGB (Red+Green+Blue) = 102+168+203=473 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.56% from 473); Green value is 168 (66.02% from 255 or 35.52% 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 #66A8CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66A8CB is #995734. Grayscale: #989898. Windows color (decimal): -10049333 or 13346918. OLE color: 13346918.

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

Color convert

RGB102168203-
CMYK0.500.1700.20
HSL200.79º49.27%59.8%-
HSV(B)200.79º49.75%79.61%-
XYZ30.2635.1461.69-
YUV152.26156.6392.15-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.56%
GREEN value IS 168 (66.02% from 255) = 35.52%
BLUE value IS 203 (79.69% from 255) = 42.92%
R=21.56%
G=35.52%
B=42.92%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1021682030.500.1700.20200.7949.2759.8
Hex66A8CB3211014c9313c
Octal14625031362210243116174
Binary110011010101000110010111100101000101010011001001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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