#66ACC7

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

Shades of Glacier #66ACC7

Tints of Glacier #66ACC7

Color information

#66ACC7 (or 0x66ACC7) is unknown color: approx Glacier. HEX triplet: 66, AC and C7. RGB value is (102,172,199). Sum of RGB (Red+Green+Blue) = 102+172+199=473 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.56% from 473); Green value is 172 (67.58% from 255 or 36.36% from 473); Blue value is 199 (78.12% from 255 or 42.07% from 473); Max value from RGB is 199 - color contains mainly: blue. Hex color #66ACC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66ACC7 is #995338. Grayscale: #999999. Windows color (decimal): -10048313 or 13085798. OLE color: 13085798.

HSL color Cylindrical-coordinate representation of color #66ACC7: hue angle of 196.7º degrees, saturation: 0.46, 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 #66ACC7 is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB102172199-
CMYK0.490.1400.22
HSL196.7º46.41%59.02%-
HSV(B)196.7º48.74%78.04%-
XYZ30.5436.4559.46-
YUV154.15153.3190.8-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.56%
GREEN value IS 172 (67.58% from 255) = 36.36%
BLUE value IS 199 (78.12% from 255) = 42.07%
R=21.56%
G=36.36%
B=42.07%

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
Decimal1021721990.490.1400.22196.746.4159.02
Hex66ACC731E016c52e3b
Octal14625430761160263055673
Binary11001101010110011000111110001111001011011000101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66ACC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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