#68B0C1

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

Shades of Glacier #68B0C1

Tints of Glacier #68B0C1

Color information

#68B0C1 (or 0x68B0C1) is unknown color: approx Glacier. HEX triplet: 68, B0 and C1. RGB value is (104,176,193). Sum of RGB (Red+Green+Blue) = 104+176+193=473 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.99% from 473); Green value is 176 (69.14% from 255 or 37.21% from 473); Blue value is 193 (75.78% from 255 or 40.80% from 473); Max value from RGB is 193 - color contains mainly: blue. Hex color #68B0C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68B0C1 is #974F3E. Grayscale: #9C9C9C. Windows color (decimal): -9916223 or 12693608. OLE color: 12693608.

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

Color convert

RGB104176193-
CMYK0.460.0900.24
HSL191.46º41.78%58.24%-
HSV(B)191.46º46.11%75.69%-
XYZ30.8637.8456.13-
YUV156.41148.6590.62-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.99%
GREEN value IS 176 (69.14% from 255) = 37.21%
BLUE value IS 193 (75.78% from 255) = 40.80%
R=21.99%
G=37.21%
B=40.80%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1041761930.460.0900.24191.4641.7858.24
Hex68B0C12E9018bf2a3a
Octal15026030156110302775272
Binary11010001011000011000001101110100101100010111111101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B0C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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