#75ABBF

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

Shades of Glacier #75ABBF

Tints of Glacier #75ABBF

Color information

#75ABBF (or 0x75ABBF) is unknown color: approx Glacier. HEX triplet: 75, AB and BF. RGB value is (117,171,191). Sum of RGB (Red+Green+Blue) = 117+171+191=479 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.43% from 479); Green value is 171 (67.19% from 255 or 35.70% from 479); Blue value is 191 (75% from 255 or 39.87% from 479); Max value from RGB is 191 - color contains mainly: blue. Hex color #75ABBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75ABBF is #8A5440. Grayscale: #9D9D9D. Windows color (decimal): -9065537 or 12561269. OLE color: 12561269.

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

Color convert

RGB117171191-
CMYK0.390.1000.25
HSL196.22º36.63%60.39%-
HSV(B)196.22º38.74%74.9%-
XYZ31.336.6754.72-
YUV157.13147.1199.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.43%
GREEN value IS 171 (67.19% from 255) = 35.70%
BLUE value IS 191 (75% from 255) = 39.87%
R=24.43%
G=35.70%
B=39.87%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171711910.390.1000.25196.2236.6360.39
Hex75ABBF27A019c4253c
Octal16525327747120313044574
Binary11101011010101110111111100111101001100111000100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75ABBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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