#759FB0

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

Shades of Bali Hai #759FB0

Tints of Bali Hai #759FB0

Color information

#759FB0 (or 0x759FB0) is unknown color: approx Bali Hai. HEX triplet: 75, 9F and B0. RGB value is (117,159,176). Sum of RGB (Red+Green+Blue) = 117+159+176=452 (59% of max value = 765). Red value is 117 (46.09% from 255 or 25.88% from 452); Green value is 159 (62.5% from 255 or 35.18% from 452); Blue value is 176 (69.14% from 255 or 38.94% from 452); Max value from RGB is 176 - color contains mainly: blue. Hex color #759FB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759FB0 is #8A604F. Grayscale: #949494. Windows color (decimal): -9068624 or 11575157. OLE color: 11575157.

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

Color convert

RGB117159176-
CMYK0.340.1000.31
HSL197.29º27.19%57.45%-
HSV(B)197.29º33.52%69.02%-
XYZ27.5731.7145.74-
YUV148.38143.59105.62-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.88%
GREEN value IS 159 (62.5% from 255) = 35.18%
BLUE value IS 176 (69.14% from 255) = 38.94%
R=25.88%
G=35.18%
B=38.94%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1171591760.340.1000.31197.2927.1957.45
Hex759FB022A01Fc51b39
Octal16523726042120373053371
Binary1110101100111111011000010001010100111111100010111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,159,176); }

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

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

 a { background-color: rgb(117,159,176); }

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

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

 span { border-color: rgb(117,159,176); }

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