#66ACC9

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

Shades of Picton Blue #66ACC9

Tints of Picton Blue #66ACC9

Color information

#66ACC9 (or 0x66ACC9) is unknown color: approx Picton Blue. HEX triplet: 66, AC and C9. RGB value is (102,172,201). Sum of RGB (Red+Green+Blue) = 102+172+201=475 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.47% from 475); Green value is 172 (67.58% from 255 or 36.21% from 475); Blue value is 201 (78.91% from 255 or 42.32% from 475); Max value from RGB is 201 - color contains mainly: blue. Hex color #66ACC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66ACC9 is #995336. Grayscale: #9A9A9A. Windows color (decimal): -10048311 or 13216870. OLE color: 13216870.

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

Color convert

RGB102172201-
CMYK0.490.1400.21
HSL197.58º47.83%59.41%-
HSV(B)197.58º49.25%78.82%-
XYZ30.7736.5560.69-
YUV154.38154.3190.64-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.47%
GREEN value IS 172 (67.58% from 255) = 36.21%
BLUE value IS 201 (78.91% from 255) = 42.32%
R=21.47%
G=36.21%
B=42.32%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1021722010.490.1400.21197.5847.8359.41
Hex66ACC931E015c6303b
Octal14625431161160253066073
Binary11001101010110011001001110001111001010111000110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66ACC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,172,201); }

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

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

 a { background-color: rgb(102,172,201); }

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

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

 span { border-color: rgb(102,172,201); }

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