#75ACBD

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

Shades of Glacier #75ACBD

Tints of Glacier #75ACBD

Color information

#75ACBD (or 0x75ACBD) is unknown color: approx Glacier. HEX triplet: 75, AC and BD. RGB value is (117,172,189). Sum of RGB (Red+Green+Blue) = 117+172+189=478 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.48% from 478); Green value is 172 (67.58% from 255 or 35.98% from 478); Blue value is 189 (74.22% from 255 or 39.54% from 478); Max value from RGB is 189 - color contains mainly: blue. Hex color #75ACBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75ACBD is #8A5342. Grayscale: #9D9D9D. Windows color (decimal): -9065283 or 12430453. OLE color: 12430453.

HSL color Cylindrical-coordinate representation of color #75ACBD: hue angle of 194.17º 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 #75ACBD is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB117172189-
CMYK0.380.0900.26
HSL194.17º35.29%60%-
HSV(B)194.17º38.1%74.12%-
XYZ31.2736.9653.63-
YUV157.49145.7899.12-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.48%
GREEN value IS 172 (67.58% from 255) = 35.98%
BLUE value IS 189 (74.22% from 255) = 39.54%
R=24.48%
G=35.98%
B=39.54%

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
Decimal1171721890.380.0900.26194.1735.2960
Hex75ACBD26901Ac2233c
Octal16525427546110323024374
Binary11101011010110010111101100110100101101011000010100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75ACBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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