#759CAD

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

Shades of Bali Hai #759CAD

Tints of Bali Hai #759CAD

Color information

#759CAD (or 0x759CAD) is unknown color: approx Bali Hai. HEX triplet: 75, 9C and AD. RGB value is (117,156,173). Sum of RGB (Red+Green+Blue) = 117+156+173=446 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.23% from 446); Green value is 156 (61.33% from 255 or 34.98% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 173 - color contains mainly: blue. Hex color #759CAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759CAD is #8A6352. Grayscale: #929292. Windows color (decimal): -9069395 or 11377781. OLE color: 11377781.

HSL color Cylindrical-coordinate representation of color #759CAD: hue angle of 198.21º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #759CAD is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB117156173-
CMYK0.320.1000.32
HSL198.21º25.45%56.86%-
HSV(B)198.21º32.37%67.84%-
XYZ26.7730.5844.03-
YUV146.28143.08107.12-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.23%
GREEN value IS 156 (61.33% from 255) = 34.98%
BLUE value IS 173 (67.97% from 255) = 38.79%
R=26.23%
G=34.98%
B=38.79%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1171561730.320.1000.32198.2125.4556.86
Hex759CAD20A020c61939
Octal16523425540120403063171
Binary11101011001110010101101100000101001000001100011011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,156,173); }

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

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

 a { background-color: rgb(117,156,173); }

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

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

 span { border-color: rgb(117,156,173); }

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