#66ABC8

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

Shades of Picton Blue #66ABC8

Tints of Picton Blue #66ABC8

Color information

#66ABC8 (or 0x66ABC8) is unknown color: approx Picton Blue. HEX triplet: 66, AB and C8. RGB value is (102,171,200). Sum of RGB (Red+Green+Blue) = 102+171+200=473 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.56% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 200 (78.52% from 255 or 42.28% from 473); Max value from RGB is 200 - color contains mainly: blue. Hex color #66ABC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66ABC8 is #995437. Grayscale: #999999. Windows color (decimal): -10048568 or 13151078. OLE color: 13151078.

HSL color Cylindrical-coordinate representation of color #66ABC8: hue angle of 197.76º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #66ABC8 is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB102171200-
CMYK0.490.1400.22
HSL197.76º47.12%59.22%-
HSV(B)197.76º49%78.43%-
XYZ30.4736.1260.01-
YUV153.68154.1491.14-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.56%
GREEN value IS 171 (67.19% from 255) = 36.15%
BLUE value IS 200 (78.52% from 255) = 42.28%
R=21.56%
G=36.15%
B=42.28%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1021712000.490.1400.22197.7647.1259.22
Hex66ABC831E016c62f3b
Octal14625331061160263065773
Binary11001101010101111001000110001111001011011000110101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66ABC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,171,200); }

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

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

 a { background-color: rgb(102,171,200); }

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

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

 span { border-color: rgb(102,171,200); }

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