#68AAC1

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

Shades of Glacier #68AAC1

Tints of Glacier #68AAC1

Color information

#68AAC1 (or 0x68AAC1) is unknown color: approx Glacier. HEX triplet: 68, AA and C1. RGB value is (104,170,193). Sum of RGB (Red+Green+Blue) = 104+170+193=467 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.27% from 467); Green value is 170 (66.80% from 255 or 36.40% from 467); Blue value is 193 (75.78% from 255 or 41.33% from 467); Max value from RGB is 193 - color contains mainly: blue. Hex color #68AAC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AAC1 is #97553E. Grayscale: #989898. Windows color (decimal): -9917759 or 12692072. OLE color: 12692072.

HSL color Cylindrical-coordinate representation of color #68AAC1: hue angle of 195.51º 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 #68AAC1 is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB104170193-
CMYK0.460.1200.24
HSL195.51º41.78%58.24%-
HSV(B)195.51º46.11%75.69%-
XYZ29.7135.5455.75-
YUV152.89150.6393.13-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.27%
GREEN value IS 170 (66.80% from 255) = 36.40%
BLUE value IS 193 (75.78% from 255) = 41.33%
R=22.27%
G=36.40%
B=41.33%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1041701930.460.1200.24195.5141.7858.24
Hex68AAC12EC018c42a3a
Octal15025230156140303045272
Binary11010001010101011000001101110110001100011000100101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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