#75AAC1

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

Shades of Glacier #75AAC1

Tints of Glacier #75AAC1

Color information

#75AAC1 (or 0x75AAC1) is unknown color: approx Glacier. HEX triplet: 75, AA and C1. RGB value is (117,170,193). Sum of RGB (Red+Green+Blue) = 117+170+193=480 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.38% from 480); Green value is 170 (66.80% from 255 or 35.42% from 480); Blue value is 193 (75.78% from 255 or 40.21% from 480); Max value from RGB is 193 - color contains mainly: blue. Hex color #75AAC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75AAC1 is #8A553E. Grayscale: #9C9C9C. Windows color (decimal): -9065791 or 12692085. OLE color: 12692085.

HSL color Cylindrical-coordinate representation of color #75AAC1: hue angle of 198.16º 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 #75AAC1 is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB117170193-
CMYK0.390.1200.24
HSL198.16º38%60.78%-
HSV(B)198.16º39.38%75.69%-
XYZ31.3436.3855.82-
YUV156.78148.4499.63-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.38%
GREEN value IS 170 (66.80% from 255) = 35.42%
BLUE value IS 193 (75.78% from 255) = 40.21%
R=24.38%
G=35.42%
B=40.21%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1171701930.390.1200.24198.163860.78
Hex75AAC127C018c6263d
Octal16525230147140303064675
Binary11101011010101011000001100111110001100011000110100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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