#68ACC1

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

Shades of Glacier #68ACC1

Tints of Glacier #68ACC1

Color information

#68ACC1 (or 0x68ACC1) is unknown color: approx Glacier. HEX triplet: 68, AC and C1. RGB value is (104,172,193). Sum of RGB (Red+Green+Blue) = 104+172+193=469 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.17% from 469); Green value is 172 (67.58% from 255 or 36.67% from 469); Blue value is 193 (75.78% from 255 or 41.15% from 469); Max value from RGB is 193 - color contains mainly: blue. Hex color #68ACC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ACC1 is #97533E. Grayscale: #999999. Windows color (decimal): -9917247 or 12692584. OLE color: 12692584.

HSL color Cylindrical-coordinate representation of color #68ACC1: hue angle of 194.16º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68ACC1 is Cyan = 0.46, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB104172193-
CMYK0.460.1100.24
HSL194.16º41.78%58.24%-
HSV(B)194.16º46.11%75.69%-
XYZ30.0936.355.87-
YUV154.06149.9792.29-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.17%
GREEN value IS 172 (67.58% from 255) = 36.67%
BLUE value IS 193 (75.78% from 255) = 41.15%
R=22.17%
G=36.67%
B=41.15%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1041721930.460.1100.24194.1641.7858.24
Hex68ACC12EB018c22a3a
Octal15025430156130303025272
Binary11010001010110011000001101110101101100011000010101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68ACC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68ACC1; }

 p { color: rgb(104,172,193); }

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

<style>
 a { background-color: #68ACC1; }

 a { background-color: rgb(104,172,193); }

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

<style>
 span { border-color: #68ACC1; }

 span { border-color: rgb(104,172,193); }

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