#75A4BA

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

Shades of Glacier #75A4BA

Tints of Glacier #75A4BA

Color information

#75A4BA (or 0x75A4BA) is unknown color: approx Glacier. HEX triplet: 75, A4 and BA. RGB value is (117,164,186). Sum of RGB (Red+Green+Blue) = 117+164+186=467 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.05% from 467); Green value is 164 (64.45% from 255 or 35.12% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 186 - color contains mainly: blue. Hex color #75A4BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A4BA is #8A5B45. Grayscale: #989898. Windows color (decimal): -9067334 or 12231797. OLE color: 12231797.

HSL color Cylindrical-coordinate representation of color #75A4BA: hue angle of 199.13º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #75A4BA is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB117164186-
CMYK0.370.1200.27
HSL199.13º33.33%59.41%-
HSV(B)199.13º37.1%72.94%-
XYZ29.4733.8851.44-
YUV152.46146.93102.71-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.05%
GREEN value IS 164 (64.45% from 255) = 35.12%
BLUE value IS 186 (73.05% from 255) = 39.83%
R=25.05%
G=35.12%
B=39.83%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1171641860.370.1200.27199.1333.3359.41
Hex75A4BA25C01Bc7213b
Octal16524427245140333074173
Binary11101011010010010111010100101110001101111000111100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,164,186); }

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

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

 a { background-color: rgb(117,164,186); }

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

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

 span { border-color: rgb(117,164,186); }

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