#75A2BC

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

Shades of Glacier #75A2BC

Tints of Glacier #75A2BC

Color information

#75A2BC (or 0x75A2BC) is unknown color: approx Glacier. HEX triplet: 75, A2 and BC. RGB value is (117,162,188). Sum of RGB (Red+Green+Blue) = 117+162+188=467 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.05% from 467); Green value is 162 (63.67% from 255 or 34.69% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 188 - color contains mainly: blue. Hex color #75A2BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A2BC is #8A5D43. Grayscale: #979797. Windows color (decimal): -9067844 or 12362357. OLE color: 12362357.

HSL color Cylindrical-coordinate representation of color #75A2BC: hue angle of 201.97º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #75A2BC is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB117162188-
CMYK0.380.1400.26
HSL201.97º34.63%59.8%-
HSV(B)201.97º37.77%73.73%-
XYZ29.3333.2552.45-
YUV151.51148.59103.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.05%
GREEN value IS 162 (63.67% from 255) = 34.69%
BLUE value IS 188 (73.83% from 255) = 40.26%
R=25.05%
G=34.69%
B=40.26%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1171621880.380.1400.26201.9734.6359.8
Hex75A2BC26E01Aca233c
Octal16524227446160323124374
Binary11101011010001010111100100110111001101011001010100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,162,188); }

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

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

 a { background-color: rgb(117,162,188); }

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

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

 span { border-color: rgb(117,162,188); }

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