#68BAC6

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

Shades of Glacier #68BAC6

Tints of Glacier #68BAC6

Color information

#68BAC6 (or 0x68BAC6) is unknown color: approx Glacier. HEX triplet: 68, BA and C6. RGB value is (104,186,198). Sum of RGB (Red+Green+Blue) = 104+186+198=488 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.31% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 198 (77.73% from 255 or 40.57% from 488); Max value from RGB is 198 - color contains mainly: blue. Hex color #68BAC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BAC6 is #974539. Grayscale: #A2A2A2. Windows color (decimal): -9913658 or 13023848. OLE color: 13023848.

HSL color Cylindrical-coordinate representation of color #68BAC6: hue angle of 187.66º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #68BAC6 is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB104186198-
CMYK0.470.0600.22
HSL187.66º45.19%59.22%-
HSV(B)187.66º47.47%77.65%-
XYZ33.4642.1459.8-
YUV162.85147.8386.02-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.31%
GREEN value IS 186 (73.05% from 255) = 38.11%
BLUE value IS 198 (77.73% from 255) = 40.57%
R=21.31%
G=38.11%
B=40.57%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1041861980.470.0600.22187.6645.1959.22
Hex68BAC62F6016bc2d3b
Octal1502723065760262745573
Binary1101000101110101100011010111111001011010111100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,186,198); }

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

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

 a { background-color: rgb(104,186,198); }

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

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

 span { border-color: rgb(104,186,198); }

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