#75ADBF

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

Shades of Glacier #75ADBF

Tints of Glacier #75ADBF

Color information

#75ADBF (or 0x75ADBF) is unknown color: approx Glacier. HEX triplet: 75, AD and BF. RGB value is (117,173,191). Sum of RGB (Red+Green+Blue) = 117+173+191=481 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.32% from 481); Green value is 173 (67.97% from 255 or 35.97% from 481); Blue value is 191 (75% from 255 or 39.71% from 481); Max value from RGB is 191 - color contains mainly: blue. Hex color #75ADBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75ADBF is #8A5240. Grayscale: #9E9E9E. Windows color (decimal): -9065025 or 12561781. OLE color: 12561781.

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

Color convert

RGB117173191-
CMYK0.390.0900.25
HSL194.59º36.63%60.39%-
HSV(B)194.59º38.74%74.9%-
XYZ31.6837.4354.85-
YUV158.31146.4598.54-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.32%
GREEN value IS 173 (67.97% from 255) = 35.97%
BLUE value IS 191 (75% from 255) = 39.71%
R=24.32%
G=35.97%
B=39.71%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171731910.390.0900.25194.5936.6360.39
Hex75ADBF279019c3253c
Octal16525527747110313034574
Binary11101011010110110111111100111100101100111000011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75ADBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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