#75A7BD

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

Shades of Glacier #75A7BD

Tints of Glacier #75A7BD

Color information

#75A7BD (or 0x75A7BD) is unknown color: approx Glacier. HEX triplet: 75, A7 and BD. RGB value is (117,167,189). Sum of RGB (Red+Green+Blue) = 117+167+189=473 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.74% from 473); Green value is 167 (65.62% from 255 or 35.31% from 473); Blue value is 189 (74.22% from 255 or 39.96% from 473); Max value from RGB is 189 - color contains mainly: blue. Hex color #75A7BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A7BD is #8A5842. Grayscale: #9A9A9A. Windows color (decimal): -9066563 or 12429173. OLE color: 12429173.

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

Color convert

RGB117167189-
CMYK0.380.1200.26
HSL198.33º35.29%60%-
HSV(B)198.33º38.1%74.12%-
XYZ30.3435.0953.32-
YUV154.56147.44101.21-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.74%
GREEN value IS 167 (65.62% from 255) = 35.31%
BLUE value IS 189 (74.22% from 255) = 39.96%
R=24.74%
G=35.31%
B=39.96%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1171671890.380.1200.26198.3335.2960
Hex75A7BD26C01Ac6233c
Octal16524727546140323064374
Binary11101011010011110111101100110110001101011000110100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,167,189); }

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

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

 a { background-color: rgb(117,167,189); }

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

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

 span { border-color: rgb(117,167,189); }

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