#75B7BE

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

Shades of Glacier #75B7BE

Tints of Glacier #75B7BE

Color information

#75B7BE (or 0x75B7BE) is unknown color: approx Glacier. HEX triplet: 75, B7 and BE. RGB value is (117,183,190). Sum of RGB (Red+Green+Blue) = 117+183+190=490 (64% of max value = 765). Red value is 117 (46.09% from 255 or 23.88% from 490); Green value is 183 (71.88% from 255 or 37.35% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 190 - color contains mainly: blue. Hex color #75B7BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75B7BE is #8A4841. Grayscale: #A3A3A3. Windows color (decimal): -9062466 or 12498805. OLE color: 12498805.

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

Color convert

RGB117183190-
CMYK0.380.0400.25
HSL185.75º35.96%60.2%-
HSV(B)185.75º38.42%74.51%-
XYZ33.5641.3754.93-
YUV164.06142.6394.43-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.88%
GREEN value IS 183 (71.88% from 255) = 37.35%
BLUE value IS 190 (74.61% from 255) = 38.78%
R=23.88%
G=37.35%
B=38.78%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171831900.380.0400.25185.7535.9660.2
Hex75B7BE264019ba243c
Octal1652672764640312724474
Binary1110101101101111011111010011010001100110111010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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