#759EAF

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

Shades of Bali Hai #759EAF

Tints of Bali Hai #759EAF

Color information

#759EAF (or 0x759EAF) is unknown color: approx Bali Hai. HEX triplet: 75, 9E and AF. RGB value is (117,158,175). Sum of RGB (Red+Green+Blue) = 117+158+175=450 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26% from 450); Green value is 158 (62.11% from 255 or 35.11% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 175 - color contains mainly: blue. Hex color #759EAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759EAF is #8A6150. Grayscale: #939393. Windows color (decimal): -9068881 or 11509365. OLE color: 11509365.

HSL color Cylindrical-coordinate representation of color #759EAF: hue angle of 197.59º 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 #759EAF is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB117158175-
CMYK0.330.1000.31
HSL197.59º26.61%57.25%-
HSV(B)197.59º33.14%68.63%-
XYZ27.331.3345.17-
YUV147.68143.42106.12-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26%
GREEN value IS 158 (62.11% from 255) = 35.11%
BLUE value IS 175 (68.75% from 255) = 38.89%
R=26%
G=35.11%
B=38.89%

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
Decimal1171581750.330.1000.31197.5926.6157.25
Hex759EAF21A01Fc61b39
Octal16523625741120373063371
Binary1110101100111101010111110000110100111111100011011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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