#66acc4

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

Shades of Glacier #66ACC4

Tints of Glacier #66ACC4

Color information

#66ACC4 (or 0x66ACC4) is unknown color: approx Glacier. HEX triplet: 66, AC and C4. RGB value is (102,172,196). Sum of RGB (Red+Green+Blue) = 102+172+196=470 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.70% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 196 (76.95% from 255 or 41.70% from 470); Max value from RGB is 196 - color contains mainly: blue. Hex color #66ACC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66ACC4 is #99533B. Grayscale: #999999. Windows color (decimal): -10048316 or 12889190. OLE color: 12889190.

HSL color Cylindrical-coordinate representation of color #66ACC4: hue angle of 195.32º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #66ACC4 is Cyan = 0.48, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB102172196-
CMYK0.480.1200.23
HSL195.32º44.34%58.43%-
HSV(B)195.32º47.96%76.86%-
XYZ30.236.3257.64-
YUV153.81151.8191.05-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.70%
GREEN value IS 172 (67.58% from 255) = 36.60%
BLUE value IS 196 (76.95% from 255) = 41.70%
R=21.70%
G=36.60%
B=41.70%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1021721960.480.1200.23195.3244.3458.43
Hex66ACC430C017c32c3a
Octal14625430460140273035472
Binary11001101010110011000100110000110001011111000011101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66acc4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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