#75A2B3

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

Shades of Bali Hai #75A2B3

Tints of Bali Hai #75A2B3

Color information

#75A2B3 (or 0x75A2B3) is unknown color: approx Bali Hai. HEX triplet: 75, A2 and B3. RGB value is (117,162,179). Sum of RGB (Red+Green+Blue) = 117+162+179=458 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.55% from 458); Green value is 162 (63.67% from 255 or 35.37% from 458); Blue value is 179 (70.31% from 255 or 39.08% from 458); Max value from RGB is 179 - color contains mainly: blue. Hex color #75A2B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A2B3 is #8A5D4C. Grayscale: #969696. Windows color (decimal): -9067853 or 11772533. OLE color: 11772533.

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

Color convert

RGB117162179-
CMYK0.350.0900.30
HSL196.45º28.97%58.04%-
HSV(B)196.45º34.64%70.2%-
XYZ28.3932.8847.5-
YUV150.48144.09104.12-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.55%
GREEN value IS 162 (63.67% from 255) = 35.37%
BLUE value IS 179 (70.31% from 255) = 39.08%
R=25.55%
G=35.37%
B=39.08%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1171621790.350.0900.30196.4528.9758.04
Hex75A2B323901Ec41d3a
Octal16524226343110363043572
Binary1110101101000101011001110001110010111101100010011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A2B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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