#75B1BE

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

Shades of Glacier #75B1BE

Tints of Glacier #75B1BE

Color information

#75B1BE (or 0x75B1BE) is unknown color: approx Glacier. HEX triplet: 75, B1 and BE. RGB value is (117,177,190). Sum of RGB (Red+Green+Blue) = 117+177+190=484 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.17% from 484); Green value is 177 (69.53% from 255 or 36.57% from 484); Blue value is 190 (74.61% from 255 or 39.26% from 484); Max value from RGB is 190 - color contains mainly: blue. Hex color #75B1BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75B1BE is #8A4E41. Grayscale: #A0A0A0. Windows color (decimal): -9064002 or 12497269. OLE color: 12497269.

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

Color convert

RGB117177190-
CMYK0.380.0700.25
HSL190.68º35.96%60.2%-
HSV(B)190.68º38.42%74.51%-
XYZ32.3538.9454.53-
YUV160.54144.6296.94-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.17%
GREEN value IS 177 (69.53% from 255) = 36.57%
BLUE value IS 190 (74.61% from 255) = 39.26%
R=24.17%
G=36.57%
B=39.26%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171771900.380.0700.25190.6835.9660.2
Hex75B1BE267019bf243c
Octal1652612764670312774474
Binary1110101101100011011111010011011101100110111111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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