#75B3BF

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

Shades of Glacier #75B3BF

Tints of Glacier #75B3BF

Color information

#75B3BF (or 0x75B3BF) is unknown color: approx Glacier. HEX triplet: 75, B3 and BF. RGB value is (117,179,191). Sum of RGB (Red+Green+Blue) = 117+179+191=487 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.02% from 487); Green value is 179 (70.31% from 255 or 36.76% from 487); Blue value is 191 (75% from 255 or 39.22% from 487); Max value from RGB is 191 - color contains mainly: blue. Hex color #75B3BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75B3BF is #8A4C40. Grayscale: #A1A1A1. Windows color (decimal): -9063489 or 12563317. OLE color: 12563317.

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

Color convert

RGB117179191-
CMYK0.390.0600.25
HSL189.73º36.63%60.39%-
HSV(B)189.73º38.74%74.9%-
XYZ32.8639.7855.24-
YUV161.83144.4696.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.02%
GREEN value IS 179 (70.31% from 255) = 36.76%
BLUE value IS 191 (75% from 255) = 39.22%
R=24.02%
G=36.76%
B=39.22%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171791910.390.0600.25189.7336.6360.39
Hex75B3BF276019be253c
Octal1652632774760312764574
Binary1110101101100111011111110011111001100110111110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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