#75ACBC

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

Shades of Glacier #75ACBC

Tints of Glacier #75ACBC

Color information

#75ACBC (or 0x75ACBC) is unknown color: approx Glacier. HEX triplet: 75, AC and BC. RGB value is (117,172,188). Sum of RGB (Red+Green+Blue) = 117+172+188=477 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.53% from 477); Green value is 172 (67.58% from 255 or 36.06% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 188 - color contains mainly: blue. Hex color #75ACBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75ACBC is #8A5343. Grayscale: #9D9D9D. Windows color (decimal): -9065284 or 12364917. OLE color: 12364917.

HSL color Cylindrical-coordinate representation of color #75ACBC: hue angle of 193.52º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #75ACBC is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB117172188-
CMYK0.380.0900.26
HSL193.52º34.63%59.8%-
HSV(B)193.52º37.77%73.73%-
XYZ31.1736.9253.06-
YUV157.38145.2899.2-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.53%
GREEN value IS 172 (67.58% from 255) = 36.06%
BLUE value IS 188 (73.83% from 255) = 39.41%
R=24.53%
G=36.06%
B=39.41%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1171721880.380.0900.26193.5234.6359.8
Hex75ACBC26901Ac2233c
Octal16525427446110323024374
Binary11101011010110010111100100110100101101011000010100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75ACBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,172,188); }

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

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

 a { background-color: rgb(117,172,188); }

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

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

 span { border-color: rgb(117,172,188); }

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