#75AABB

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

Shades of Glacier #75AABB

Tints of Glacier #75AABB

Color information

#75AABB (or 0x75AABB) is unknown color: approx Glacier. HEX triplet: 75, AA and BB. RGB value is (117,170,187). Sum of RGB (Red+Green+Blue) = 117+170+187=474 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.68% from 474); Green value is 170 (66.80% from 255 or 35.86% from 474); Blue value is 187 (73.44% from 255 or 39.45% from 474); Max value from RGB is 187 - color contains mainly: blue. Hex color #75AABB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75AABB is #8A5544. Grayscale: #9B9B9B. Windows color (decimal): -9065797 or 12298869. OLE color: 12298869.

HSL color Cylindrical-coordinate representation of color #75AABB: hue angle of 194.57º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #75AABB is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB117170187-
CMYK0.370.0900.27
HSL194.57º33.98%59.61%-
HSV(B)194.57º37.43%73.33%-
XYZ30.6836.1252.37-
YUV156.09145.44100.12-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.68%
GREEN value IS 170 (66.80% from 255) = 35.86%
BLUE value IS 187 (73.44% from 255) = 39.45%
R=24.68%
G=35.86%
B=39.45%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1171701870.370.0900.27194.5733.9859.61
Hex75AABB25901Bc3223c
Octal16525227345110333034274
Binary11101011010101010111011100101100101101111000011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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