#68AFC4

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

Shades of Glacier #68AFC4

Tints of Glacier #68AFC4

Color information

#68AFC4 (or 0x68AFC4) is unknown color: approx Glacier. HEX triplet: 68, AF and C4. RGB value is (104,175,196). Sum of RGB (Red+Green+Blue) = 104+175+196=475 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.89% from 475); Green value is 175 (68.75% from 255 or 36.84% from 475); Blue value is 196 (76.95% from 255 or 41.26% from 475); Max value from RGB is 196 - color contains mainly: blue. Hex color #68AFC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AFC4 is #97503B. Grayscale: #9C9C9C. Windows color (decimal): -9916476 or 12889960. OLE color: 12889960.

HSL color Cylindrical-coordinate representation of color #68AFC4: hue angle of 193.7º 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 #68AFC4 is Cyan = 0.47, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB104175196-
CMYK0.470.1100.23
HSL193.7º43.81%58.82%-
HSV(B)193.7º46.94%76.86%-
XYZ3137.5957.85-
YUV156.16150.4890.79-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.89%
GREEN value IS 175 (68.75% from 255) = 36.84%
BLUE value IS 196 (76.95% from 255) = 41.26%
R=21.89%
G=36.84%
B=41.26%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1041751960.470.1100.23193.743.8158.82
Hex68AFC42FB017c22c3b
Octal15025730457130273025473
Binary11010001010111111000100101111101101011111000010101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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