#68B3C2

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

Shades of Glacier #68B3C2

Tints of Glacier #68B3C2

Color information

#68B3C2 (or 0x68B3C2) is unknown color: approx Glacier. HEX triplet: 68, B3 and C2. RGB value is (104,179,194). Sum of RGB (Red+Green+Blue) = 104+179+194=477 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.80% from 477); Green value is 179 (70.31% from 255 or 37.53% from 477); Blue value is 194 (76.17% from 255 or 40.67% from 477); Max value from RGB is 194 - color contains mainly: blue. Hex color #68B3C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68B3C2 is #974C3D. Grayscale: #9E9E9E. Windows color (decimal): -9915454 or 12759912. OLE color: 12759912.

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

Color convert

RGB104179194-
CMYK0.460.0800.24
HSL190º42.45%58.43%-
HSV(B)190º46.39%76.08%-
XYZ31.5739.0856.92-
YUV158.28148.1589.28-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.80%
GREEN value IS 179 (70.31% from 255) = 37.53%
BLUE value IS 194 (76.17% from 255) = 40.67%
R=21.80%
G=37.53%
B=40.67%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1041791940.460.0800.2419042.4558.43
Hex68B3C22E8018be2a3a
Octal15026330256100302765272
Binary11010001011001111000010101110100001100010111110101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B3C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,179,194); }

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

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

 a { background-color: rgb(104,179,194); }

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

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

 span { border-color: rgb(104,179,194); }

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