#75AABF

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

Shades of Glacier #75AABF

Tints of Glacier #75AABF

Color information

#75AABF (or 0x75AABF) is unknown color: approx Glacier. HEX triplet: 75, AA and BF. RGB value is (117,170,191). Sum of RGB (Red+Green+Blue) = 117+170+191=478 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.48% from 478); Green value is 170 (66.80% from 255 or 35.56% from 478); Blue value is 191 (75% from 255 or 39.96% from 478); Max value from RGB is 191 - color contains mainly: blue. Hex color #75AABF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75AABF is #8A5540. Grayscale: #9C9C9C. Windows color (decimal): -9065793 or 12561013. OLE color: 12561013.

HSL color Cylindrical-coordinate representation of color #75AABF: hue angle of 197.03º 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 #75AABF is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB117170191-
CMYK0.390.1100.25
HSL197.03º36.63%60.39%-
HSV(B)197.03º38.74%74.9%-
XYZ31.1136.2954.66-
YUV156.55147.4499.79-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.48%
GREEN value IS 170 (66.80% from 255) = 35.56%
BLUE value IS 191 (75% from 255) = 39.96%
R=24.48%
G=35.56%
B=39.96%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171701910.390.1100.25197.0336.6360.39
Hex75AABF27B019c5253c
Octal16525227747130313054574
Binary11101011010101010111111100111101101100111000101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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