#66ABD5

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

Shades of Picton Blue #66ABD5

Tints of Picton Blue #66ABD5

Color information

#66ABD5 (or 0x66ABD5) is unknown color: approx Picton Blue. HEX triplet: 66, AB and D5. RGB value is (102,171,213). Sum of RGB (Red+Green+Blue) = 102+171+213=486 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.99% from 486); Green value is 171 (67.19% from 255 or 35.19% from 486); Blue value is 213 (83.59% from 255 or 43.83% from 486); Max value from RGB is 213 - color contains mainly: blue. Hex color #66ABD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66ABD5 is #99542A. Grayscale: #9A9A9A. Windows color (decimal): -10048555 or 14003046. OLE color: 14003046.

HSL color Cylindrical-coordinate representation of color #66ABD5: hue angle of 202.7º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66ABD5 is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB102171213-
CMYK0.520.2000.16
HSL202.7º56.92%61.76%-
HSV(B)202.7º52.11%83.53%-
XYZ32.0536.7568.36-
YUV155.16160.6490.08-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.99%
GREEN value IS 171 (67.19% from 255) = 35.19%
BLUE value IS 213 (83.59% from 255) = 43.83%
R=20.99%
G=35.19%
B=43.83%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1021712130.520.2000.16202.756.9261.76
Hex66ABD53414010cb393e
Octal14625332564240203137176
Binary110011010101011110101011101001010001000011001011111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66ABD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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