#75A1B3

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

Shades of Bali Hai #75A1B3

Tints of Bali Hai #75A1B3

Color information

#75A1B3 (or 0x75A1B3) is unknown color: approx Bali Hai. HEX triplet: 75, A1 and B3. RGB value is (117,161,179). Sum of RGB (Red+Green+Blue) = 117+161+179=457 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.60% from 457); Green value is 161 (63.28% from 255 or 35.23% from 457); Blue value is 179 (70.31% from 255 or 39.17% from 457); Max value from RGB is 179 - color contains mainly: blue. Hex color #75A1B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A1B3 is #8A5E4C. Grayscale: #959595. Windows color (decimal): -9068109 or 11772277. OLE color: 11772277.

HSL color Cylindrical-coordinate representation of color #75A1B3: hue angle of 197.42º 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 #75A1B3 is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB117161179-
CMYK0.350.1000.30
HSL197.42º28.97%58.04%-
HSV(B)197.42º34.64%70.2%-
XYZ28.2232.5347.44-
YUV149.9144.42104.54-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.60%
GREEN value IS 161 (63.28% from 255) = 35.23%
BLUE value IS 179 (70.31% from 255) = 39.17%
R=25.60%
G=35.23%
B=39.17%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1171611790.350.1000.30197.4228.9758.04
Hex75A1B323A01Ec51d3a
Octal16524126343120363053572
Binary1110101101000011011001110001110100111101100010111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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