#75ACBE

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

Shades of Glacier #75ACBE

Tints of Glacier #75ACBE

Color information

#75ACBE (or 0x75ACBE) is unknown color: approx Glacier. HEX triplet: 75, AC and BE. RGB value is (117,172,190). Sum of RGB (Red+Green+Blue) = 117+172+190=479 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.43% from 479); Green value is 172 (67.58% from 255 or 35.91% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 190 - color contains mainly: blue. Hex color #75ACBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75ACBE is #8A5341. Grayscale: #9D9D9D. Windows color (decimal): -9065282 or 12495989. OLE color: 12495989.

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

Color convert

RGB117172190-
CMYK0.380.0900.25
HSL194.79º35.96%60.2%-
HSV(B)194.79º38.42%74.51%-
XYZ31.383754.2-
YUV157.61146.2899.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.43%
GREEN value IS 172 (67.58% from 255) = 35.91%
BLUE value IS 190 (74.61% from 255) = 39.67%
R=24.43%
G=35.91%
B=39.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171721900.380.0900.25194.7935.9660.2
Hex75ACBE269019c3243c
Octal16525427646110313034474
Binary11101011010110010111110100110100101100111000011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75ACBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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