#75ACC1

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

Shades of Glacier #75ACC1

Tints of Glacier #75ACC1

Color information

#75ACC1 (or 0x75ACC1) is unknown color: approx Glacier. HEX triplet: 75, AC and C1. RGB value is (117,172,193). Sum of RGB (Red+Green+Blue) = 117+172+193=482 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.27% from 482); Green value is 172 (67.58% from 255 or 35.68% from 482); Blue value is 193 (75.78% from 255 or 40.04% from 482); Max value from RGB is 193 - color contains mainly: blue. Hex color #75ACC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75ACC1 is #8A533E. Grayscale: #9D9D9D. Windows color (decimal): -9065279 or 12692597. OLE color: 12692597.

HSL color Cylindrical-coordinate representation of color #75ACC1: hue angle of 196.58º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #75ACC1 is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB117172193-
CMYK0.390.1100.24
HSL196.58º38%60.78%-
HSV(B)196.58º39.38%75.69%-
XYZ31.7137.1455.95-
YUV157.95147.7898.79-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.27%
GREEN value IS 172 (67.58% from 255) = 35.68%
BLUE value IS 193 (75.78% from 255) = 40.04%
R=24.27%
G=35.68%
B=40.04%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1171721930.390.1100.24196.583860.78
Hex75ACC127B018c5263d
Octal16525430147130303054675
Binary11101011010110011000001100111101101100011000101100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75ACC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75ACC1; }

 p { color: rgb(117,172,193); }

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

<style>
 a { background-color: #75ACC1; }

 a { background-color: rgb(117,172,193); }

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

<style>
 span { border-color: #75ACC1; }

 span { border-color: rgb(117,172,193); }

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