#75A3BF

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

Shades of Glacier #75A3BF

Tints of Glacier #75A3BF

Color information

#75A3BF (or 0x75A3BF) is unknown color: approx Glacier. HEX triplet: 75, A3 and BF. RGB value is (117,163,191). Sum of RGB (Red+Green+Blue) = 117+163+191=471 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.84% from 471); Green value is 163 (64.06% from 255 or 34.61% from 471); Blue value is 191 (75% from 255 or 40.55% from 471); Max value from RGB is 191 - color contains mainly: blue. Hex color #75A3BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A3BF is #8A5C40. Grayscale: #989898. Windows color (decimal): -9067585 or 12559221. OLE color: 12559221.

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

Color convert

RGB117163191-
CMYK0.390.1500.25
HSL202.7º36.63%60.39%-
HSV(B)202.7º38.74%74.9%-
XYZ29.8433.7454.23-
YUV152.44149.76102.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.84%
GREEN value IS 163 (64.06% from 255) = 34.61%
BLUE value IS 191 (75% from 255) = 40.55%
R=24.84%
G=34.61%
B=40.55%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171631910.390.1500.25202.736.6360.39
Hex75A3BF27F019cb253c
Octal16524327747170313134574
Binary11101011010001110111111100111111101100111001011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,163,191); }

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

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

 a { background-color: rgb(117,163,191); }

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

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

 span { border-color: rgb(117,163,191); }

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