#75BABE

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

Shades of Glacier #75BABE

Tints of Glacier #75BABE

Color information

#75BABE (or 0x75BABE) is unknown color: approx Glacier. HEX triplet: 75, BA and BE. RGB value is (117,186,190). Sum of RGB (Red+Green+Blue) = 117+186+190=493 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.73% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 190 - color contains mainly: blue. Hex color #75BABE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BABE is #8A4541. Grayscale: #A5A5A5. Windows color (decimal): -9061698 or 12499573. OLE color: 12499573.

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

Color convert

RGB117186190-
CMYK0.380.0200.25
HSL183.29º35.96%60.2%-
HSV(B)183.29º38.42%74.51%-
XYZ34.1942.6255.14-
YUV165.82141.6493.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.73%
GREEN value IS 186 (73.05% from 255) = 37.73%
BLUE value IS 190 (74.61% from 255) = 38.54%
R=23.73%
G=37.73%
B=38.54%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171861900.380.0200.25183.2935.9660.2
Hex75BABE262019b7243c
Octal1652722764620312674474
Binary111010110111010101111101001101001100110110111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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