#68B0C4

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

Shades of Glacier #68B0C4

Tints of Glacier #68B0C4

Color information

#68B0C4 (or 0x68B0C4) is unknown color: approx Glacier. HEX triplet: 68, B0 and C4. RGB value is (104,176,196). Sum of RGB (Red+Green+Blue) = 104+176+196=476 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.85% from 476); Green value is 176 (69.14% from 255 or 36.97% from 476); Blue value is 196 (76.95% from 255 or 41.18% from 476); Max value from RGB is 196 - color contains mainly: blue. Hex color #68B0C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68B0C4 is #974F3B. Grayscale: #9C9C9C. Windows color (decimal): -9916220 or 12890216. OLE color: 12890216.

HSL color Cylindrical-coordinate representation of color #68B0C4: hue angle of 193.04º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #68B0C4 is Cyan = 0.47, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB104176196-
CMYK0.470.1000.23
HSL193.04º43.81%58.82%-
HSV(B)193.04º46.94%76.86%-
XYZ31.237.9857.91-
YUV156.75150.1590.37-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.85%
GREEN value IS 176 (69.14% from 255) = 36.97%
BLUE value IS 196 (76.95% from 255) = 41.18%
R=21.85%
G=36.97%
B=41.18%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1041761960.470.1000.23193.0443.8158.82
Hex68B0C42FA017c12c3b
Octal15026030457120273015473
Binary11010001011000011000100101111101001011111000001101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B0C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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