#75A3B8

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

Shades of Glacier #75A3B8

Tints of Glacier #75A3B8

Color information

#75A3B8 (or 0x75A3B8) is unknown color: approx Glacier. HEX triplet: 75, A3 and B8. RGB value is (117,163,184). Sum of RGB (Red+Green+Blue) = 117+163+184=464 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.22% from 464); Green value is 163 (64.06% from 255 or 35.13% from 464); Blue value is 184 (72.27% from 255 or 39.66% from 464); Max value from RGB is 184 - color contains mainly: blue. Hex color #75A3B8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A3B8 is #8A5C47. Grayscale: #979797. Windows color (decimal): -9067592 or 12100469. OLE color: 12100469.

HSL color Cylindrical-coordinate representation of color #75A3B8: hue angle of 198.81º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #75A3B8 is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB117163184-
CMYK0.360.1100.28
HSL198.81º32.06%59.02%-
HSV(B)198.81º36.41%72.16%-
XYZ29.0933.4450.27-
YUV151.64146.26103.29-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.22%
GREEN value IS 163 (64.06% from 255) = 35.13%
BLUE value IS 184 (72.27% from 255) = 39.66%
R=25.22%
G=35.13%
B=39.66%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1171631840.360.1100.28198.8132.0659.02
Hex75A3B824B01Cc7203b
Octal16524327044130343074073
Binary11101011010001110111000100100101101110011000111100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A3B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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