#75ADBA

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

Shades of Glacier #75ADBA

Tints of Glacier #75ADBA

Color information

#75ADBA (or 0x75ADBA) is unknown color: approx Glacier. HEX triplet: 75, AD and BA. RGB value is (117,173,186). Sum of RGB (Red+Green+Blue) = 117+173+186=476 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.58% from 476); Green value is 173 (67.97% from 255 or 36.34% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 186 - color contains mainly: blue. Hex color #75ADBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75ADBA is #8A5245. Grayscale: #9D9D9D. Windows color (decimal): -9065030 or 12234101. OLE color: 12234101.

HSL color Cylindrical-coordinate representation of color #75ADBA: hue angle of 191.3º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #75ADBA is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB117173186-
CMYK0.370.0700.27
HSL191.3º33.33%59.41%-
HSV(B)191.3º37.1%72.94%-
XYZ31.1437.2152-
YUV157.74143.9598.94-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.58%
GREEN value IS 173 (67.97% from 255) = 36.34%
BLUE value IS 186 (73.05% from 255) = 39.08%
R=24.58%
G=36.34%
B=39.08%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1171731860.370.0700.27191.333.3359.41
Hex75ADBA25701Bbf213b
Octal1652552724570332774173
Binary1110101101011011011101010010111101101110111111100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75ADBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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