#68AEC0

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

Shades of Glacier #68AEC0

Tints of Glacier #68AEC0

Color information

#68AEC0 (or 0x68AEC0) is unknown color: approx Glacier. HEX triplet: 68, AE and C0. RGB value is (104,174,192). Sum of RGB (Red+Green+Blue) = 104+174+192=470 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.13% from 470); Green value is 174 (68.36% from 255 or 37.02% from 470); Blue value is 192 (75.39% from 255 or 40.85% from 470); Max value from RGB is 192 - color contains mainly: blue. Hex color #68AEC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AEC0 is #97513F. Grayscale: #9A9A9A. Windows color (decimal): -9916736 or 12627560. OLE color: 12627560.

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

Color convert

RGB104174192-
CMYK0.460.0900.25
HSL192.27º41.12%58.04%-
HSV(B)192.27º45.83%75.29%-
XYZ30.3637.0255.41-
YUV155.12148.8191.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.13%
GREEN value IS 174 (68.36% from 255) = 37.02%
BLUE value IS 192 (75.39% from 255) = 40.85%
R=22.13%
G=37.02%
B=40.85%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1041741920.460.0900.25192.2741.1258.04
Hex68AEC02E9019c0293a
Octal15025630056110313005172
Binary11010001010111011000000101110100101100111000000101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,174,192); }

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

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

 a { background-color: rgb(104,174,192); }

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

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

 span { border-color: rgb(104,174,192); }

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