#66ADCD

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

Shades of Picton Blue #66ADCD

Tints of Picton Blue #66ADCD

Color information

#66ADCD (or 0x66ADCD) is unknown color: approx Picton Blue. HEX triplet: 66, AD and CD. RGB value is (102,173,205). Sum of RGB (Red+Green+Blue) = 102+173+205=480 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.25% from 480); Green value is 173 (67.97% from 255 or 36.04% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 205 - color contains mainly: blue. Hex color #66ADCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66ADCD is #995232. Grayscale: #9B9B9B. Windows color (decimal): -10048051 or 13479270. OLE color: 13479270.

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

Color convert

RGB102173205-
CMYK0.500.1600.20
HSL198.64º50.74%60.2%-
HSV(B)198.64º50.24%80.39%-
XYZ31.4437.1263.27-
YUV155.42155.9889.9-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.25%
GREEN value IS 173 (67.97% from 255) = 36.04%
BLUE value IS 205 (80.47% from 255) = 42.71%
R=21.25%
G=36.04%
B=42.71%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1021732050.500.1600.20198.6450.7460.2
Hex66ADCD3210014c7333c
Octal14625531562200243076374
Binary110011010101101110011011100101000001010011000111110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66ADCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,173,205); }

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

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

 a { background-color: rgb(102,173,205); }

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

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

 span { border-color: rgb(102,173,205); }

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