#66A2CB

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

Shades of Picton Blue #66A2CB

Tints of Picton Blue #66A2CB

Color information

#66A2CB (or 0x66A2CB) is unknown color: approx Picton Blue. HEX triplet: 66, A2 and CB. RGB value is (102,162,203). Sum of RGB (Red+Green+Blue) = 102+162+203=467 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.84% from 467); Green value is 162 (63.67% from 255 or 34.69% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 203 - color contains mainly: blue. Hex color #66A2CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66A2CB is #995D34. Grayscale: #949494. Windows color (decimal): -10050869 or 13345382. OLE color: 13345382.

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

Color convert

RGB102162203-
CMYK0.500.2000.20
HSL204.36º49.27%59.8%-
HSV(B)204.36º49.75%79.61%-
XYZ29.1832.9861.33-
YUV148.73158.6294.67-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.84%
GREEN value IS 162 (63.67% from 255) = 34.69%
BLUE value IS 203 (79.69% from 255) = 43.47%
R=21.84%
G=34.69%
B=43.47%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1021622030.500.2000.20204.3649.2759.8
Hex66A2CB3214014cc313c
Octal14624231362240243146174
Binary110011010100010110010111100101010001010011001100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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