#75AFBB

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

Shades of Glacier #75AFBB

Tints of Glacier #75AFBB

Color information

#75AFBB (or 0x75AFBB) is unknown color: approx Glacier. HEX triplet: 75, AF and BB. RGB value is (117,175,187). Sum of RGB (Red+Green+Blue) = 117+175+187=479 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.43% from 479); Green value is 175 (68.75% from 255 or 36.53% from 479); Blue value is 187 (73.44% from 255 or 39.04% from 479); Max value from RGB is 187 - color contains mainly: blue. Hex color #75AFBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75AFBB is #8A5044. Grayscale: #9E9E9E. Windows color (decimal): -9064517 or 12300149. OLE color: 12300149.

HSL color Cylindrical-coordinate representation of color #75AFBB: hue angle of 190.29º 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 #75AFBB is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB117175187-
CMYK0.370.0600.27
HSL190.29º33.98%59.61%-
HSV(B)190.29º37.43%73.33%-
XYZ31.6438.0352.69-
YUV159.03143.7898.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.43%
GREEN value IS 175 (68.75% from 255) = 36.53%
BLUE value IS 187 (73.44% from 255) = 39.04%
R=24.43%
G=36.53%
B=39.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1171751870.370.0600.27190.2933.9859.61
Hex75AFBB25601Bbe223c
Octal1652572734560332764274
Binary1110101101011111011101110010111001101110111110100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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