#75A2BE

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

Shades of Glacier #75A2BE

Tints of Glacier #75A2BE

Color information

#75A2BE (or 0x75A2BE) is unknown color: approx Glacier. HEX triplet: 75, A2 and BE. RGB value is (117,162,190). Sum of RGB (Red+Green+Blue) = 117+162+190=469 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.95% from 469); Green value is 162 (63.67% from 255 or 34.54% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 190 - color contains mainly: blue. Hex color #75A2BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A2BE is #8A5D41. Grayscale: #979797. Windows color (decimal): -9067842 or 12493429. OLE color: 12493429.

HSL color Cylindrical-coordinate representation of color #75A2BE: hue angle of 203.01º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #75A2BE is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB117162190-
CMYK0.380.1500.25
HSL203.01º35.96%60.2%-
HSV(B)203.01º38.42%74.51%-
XYZ29.5533.3453.59-
YUV151.74149.59103.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.95%
GREEN value IS 162 (63.67% from 255) = 34.54%
BLUE value IS 190 (74.61% from 255) = 40.51%
R=24.95%
G=34.54%
B=40.51%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171621900.380.1500.25203.0135.9660.2
Hex75A2BE26F019cb243c
Octal16524227646170313134474
Binary11101011010001010111110100110111101100111001011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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