#75AABE

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

Shades of Glacier #75AABE

Tints of Glacier #75AABE

Color information

#75AABE (or 0x75AABE) is unknown color: approx Glacier. HEX triplet: 75, AA and BE. RGB value is (117,170,190). Sum of RGB (Red+Green+Blue) = 117+170+190=477 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.53% from 477); Green value is 170 (66.80% from 255 or 35.64% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 190 - color contains mainly: blue. Hex color #75AABE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75AABE is #8A5541. Grayscale: #9C9C9C. Windows color (decimal): -9065794 or 12495477. OLE color: 12495477.

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

Color convert

RGB117170190-
CMYK0.380.1100.25
HSL196.44º35.96%60.2%-
HSV(B)196.44º38.42%74.51%-
XYZ31.0136.2554.08-
YUV156.43146.9499.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.53%
GREEN value IS 170 (66.80% from 255) = 35.64%
BLUE value IS 190 (74.61% from 255) = 39.83%
R=24.53%
G=35.64%
B=39.83%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171701900.380.1100.25196.4435.9660.2
Hex75AABE26B019c4243c
Octal16525227646130313044474
Binary11101011010101010111110100110101101100111000100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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