#759DAF

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

Shades of Bali Hai #759DAF

Tints of Bali Hai #759DAF

Color information

#759DAF (or 0x759DAF) is unknown color: approx Bali Hai. HEX triplet: 75, 9D and AF. RGB value is (117,157,175). Sum of RGB (Red+Green+Blue) = 117+157+175=449 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.06% from 449); Green value is 157 (61.72% from 255 or 34.97% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 175 - color contains mainly: blue. Hex color #759DAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759DAF is #8A6250. Grayscale: #929292. Windows color (decimal): -9069137 or 11509109. OLE color: 11509109.

HSL color Cylindrical-coordinate representation of color #759DAF: hue angle of 198.62º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #759DAF is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB117157175-
CMYK0.330.1000.31
HSL198.62º26.61%57.25%-
HSV(B)198.62º33.14%68.63%-
XYZ27.1330.9945.11-
YUV147.09143.75106.54-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.06%
GREEN value IS 157 (61.72% from 255) = 34.97%
BLUE value IS 175 (68.75% from 255) = 38.98%
R=26.06%
G=34.97%
B=38.98%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1171571750.330.1000.31198.6226.6157.25
Hex759DAF21A01Fc71b39
Octal16523525741120373073371
Binary1110101100111011010111110000110100111111100011111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759DAF; }

 p { color: rgb(117,157,175); }

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

<style>
 a { background-color: #759DAF; }

 a { background-color: rgb(117,157,175); }

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

<style>
 span { border-color: #759DAF; }

 span { border-color: rgb(117,157,175); }

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