#759DAA

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

Shades of Bali Hai #759DAA

Tints of Bali Hai #759DAA

Color information

#759DAA (or 0x759DAA) is unknown color: approx Bali Hai. HEX triplet: 75, 9D and AA. RGB value is (117,157,170). Sum of RGB (Red+Green+Blue) = 117+157+170=444 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.35% from 444); Green value is 157 (61.72% from 255 or 35.36% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 170 - color contains mainly: blue. Hex color #759DAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759DAA is #8A6255. Grayscale: #929292. Windows color (decimal): -9069142 or 11181429. OLE color: 11181429.

HSL color Cylindrical-coordinate representation of color #759DAA: hue angle of 194.72º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #759DAA is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB117157170-
CMYK0.310.0800.33
HSL194.72º23.77%56.27%-
HSV(B)194.72º31.18%66.67%-
XYZ26.6530.842.57-
YUV146.52141.25106.94-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.35%
GREEN value IS 157 (61.72% from 255) = 35.36%
BLUE value IS 170 (66.80% from 255) = 38.29%
R=26.35%
G=35.36%
B=38.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1171571700.310.0800.33194.7223.7756.27
Hex759DAA1F8021c31838
Octal16523525237100413033070
Binary1110101100111011010101011111100001000011100001111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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