#75A0B3

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

Shades of Bali Hai #75A0B3

Tints of Bali Hai #75A0B3

Color information

#75A0B3 (or 0x75A0B3) is unknown color: approx Bali Hai. HEX triplet: 75, A0 and B3. RGB value is (117,160,179). Sum of RGB (Red+Green+Blue) = 117+160+179=456 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.66% from 456); Green value is 160 (62.89% from 255 or 35.09% from 456); Blue value is 179 (70.31% from 255 or 39.25% from 456); Max value from RGB is 179 - color contains mainly: blue. Hex color #75A0B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A0B3 is #8A5F4C. Grayscale: #959595. Windows color (decimal): -9068365 or 11772021. OLE color: 11772021.

HSL color Cylindrical-coordinate representation of color #75A0B3: hue angle of 198.39º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #75A0B3 is Cyan = 0.35, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB117160179-
CMYK0.350.1100.30
HSL198.39º28.97%58.04%-
HSV(B)198.39º34.64%70.2%-
XYZ28.0432.1847.38-
YUV149.31144.75104.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.66%
GREEN value IS 160 (62.89% from 255) = 35.09%
BLUE value IS 179 (70.31% from 255) = 39.25%
R=25.66%
G=35.09%
B=39.25%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1171601790.350.1100.30198.3928.9758.04
Hex75A0B323B01Ec61d3a
Octal16524026343130363063572
Binary1110101101000001011001110001110110111101100011011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A0B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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