#68A9BE

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

Shades of Glacier #68A9BE

Tints of Glacier #68A9BE

Color information

#68A9BE (or 0x68A9BE) is unknown color: approx Glacier. HEX triplet: 68, A9 and BE. RGB value is (104,169,190). Sum of RGB (Red+Green+Blue) = 104+169+190=463 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.46% from 463); Green value is 169 (66.41% from 255 or 36.50% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 190 - color contains mainly: blue. Hex color #68A9BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68A9BE is #975641. Grayscale: #979797. Windows color (decimal): -9918018 or 12495208. OLE color: 12495208.

HSL color Cylindrical-coordinate representation of color #68A9BE: hue angle of 194.65º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #68A9BE is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB104169190-
CMYK0.450.1100.25
HSL194.65º39.81%57.65%-
HSV(B)194.65º45.26%74.51%-
XYZ29.1935.0453.94-
YUV151.96149.4793.79-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.46%
GREEN value IS 169 (66.41% from 255) = 36.50%
BLUE value IS 190 (74.61% from 255) = 41.04%
R=22.46%
G=36.50%
B=41.04%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1041691900.450.1100.25194.6539.8157.65
Hex68A9BE2DB019c3283a
Octal15025127655130313035072
Binary11010001010100110111110101101101101100111000011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,169,190); }

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

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

 a { background-color: rgb(104,169,190); }

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

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

 span { border-color: rgb(104,169,190); }

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