#67ACC4

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

Shades of Glacier #67ACC4

Tints of Glacier #67ACC4

Color information

#67ACC4 (or 0x67ACC4) is unknown color: approx Glacier. HEX triplet: 67, AC and C4. RGB value is (103,172,196). Sum of RGB (Red+Green+Blue) = 103+172+196=471 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.87% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 196 (76.95% from 255 or 41.61% from 471); Max value from RGB is 196 - color contains mainly: blue. Hex color #67ACC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67ACC4 is #98533B. Grayscale: #999999. Windows color (decimal): -9982780 or 12889191. OLE color: 12889191.

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

Color convert

RGB103172196-
CMYK0.470.1200.23
HSL195.48º44.08%58.63%-
HSV(B)195.48º47.45%76.86%-
XYZ30.3136.3757.65-
YUV154.1151.6491.55-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.87%
GREEN value IS 172 (67.58% from 255) = 36.52%
BLUE value IS 196 (76.95% from 255) = 41.61%
R=21.87%
G=36.52%
B=41.61%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1031721960.470.1200.23195.4844.0858.63
Hex67ACC42FC017c32c3b
Octal14725430457140273035473
Binary11001111010110011000100101111110001011111000011101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67ACC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67ACC4; }

 p { color: rgb(103,172,196); }

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

<style>
 a { background-color: #67ACC4; }

 a { background-color: rgb(103,172,196); }

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

<style>
 span { border-color: #67ACC4; }

 span { border-color: rgb(103,172,196); }

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