#709BAB

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

Shades of Bali Hai #709BAB

Tints of Bali Hai #709BAB

Color information

#709BAB (or 0x709BAB) is unknown color: approx Bali Hai. HEX triplet: 70, 9B and AB. RGB value is (112,155,171). Sum of RGB (Red+Green+Blue) = 112+155+171=438 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.57% from 438); Green value is 155 (60.94% from 255 or 35.39% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 171 - color contains mainly: blue. Hex color #709BAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709BAB is #8F6454. Grayscale: #8F8F8F. Windows color (decimal): -9397333 or 11246448. OLE color: 11246448.

HSL color Cylindrical-coordinate representation of color #709BAB: hue angle of 196.27º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #709BAB is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB112155171-
CMYK0.350.0900.33
HSL196.27º25.99%55.49%-
HSV(B)196.27º34.5%67.06%-
XYZ25.7529.8342.93-
YUV143.97143.25105.2-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.57%
GREEN value IS 155 (60.94% from 255) = 35.39%
BLUE value IS 171 (67.19% from 255) = 39.04%
R=25.57%
G=35.39%
B=39.04%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1121551710.350.0900.33196.2725.9955.49
Hex709BAB239021c41a37
Octal16023325343110413043267
Binary11100001001101110101011100011100101000011100010011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709BAB; }

 p { color: rgb(112,155,171); }

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

<style>
 a { background-color: #709BAB; }

 a { background-color: rgb(112,155,171); }

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

<style>
 span { border-color: #709BAB; }

 span { border-color: rgb(112,155,171); }

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