Shades of Bali Hai #709BAA
Tints of Bali Hai #709BAA
RGB
CMYK
RGB Variations
Color information
#709BAA (or 0x709BAA) is known color: Bali Hai. HEX triplet: 70, 9B and AA. RGB value is (112,155,170). Sum of RGB (Red+Green+Blue) = 112+155+170=437 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.63% from 437); Green value is 155 (60.94% from 255 or 35.47% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 170 - color contains mainly: blue. Hex color #709BAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709BAA is #8F6455. Grayscale: #8F8F8F. Windows color (decimal): -9397334 or 11180912. OLE color: 11180912.
HSL color Cylindrical-coordinate representation of color #709BAA: hue angle of 195.52º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #709BAA is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 155 | 170 | - |
| CMYK | 0.34 | 0.09 | 0 | 0.33 |
| HSL | 195.52º | 0.25% | 0.55% | - |
| HSV(B) | 195.52º | 0.34% | 0.67% | - |
| XYZ | 25.66 | 29.79 | 42.43 | - |
| YUV | 143.85 | 142.75 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 155 | 170 | 0.34 | 0.09 | 0 | 0.33 | 195.52 | 0.25 | 0.55 |
| Hex | 70 | 9B | AA | 22 | 9 | 0 | 21 | C4 | 19 | 37 |
| Octal | 160 | 233 | 252 | 42 | 11 | 0 | 41 | 304 | 31 | 67 |
| Binary | 1110000 | 10011011 | 10101010 | 100010 | 1001 | 0 | 100001 | 11000100 | 11001 | 110111 |
Color Harmonies of #709BAA
Complementary color
Monochromatic Colors of #709BAA
Black with #709BAA
Text Example
Text Example
White with #709BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709BAA; }
p { color: rgb(112,155,170); }
H1.HeaderClassName
{
color: #709BAA;
}
.AnyTagClassName
{
color: #709BAA;
}
</style>
background-color css
<style>
a { background-color: #709BAA; }
a { background-color: rgb(112,155,170); }
div.DivClassName
{
background-color: #709BAA;
}
.BgClassName
{
background-color: #709BAA;
}
</style>
border-color css
<style>
span { border-color: #709BAA; }
span { border-color: rgb(112,155,170); }
td.TdClassName
{
border-color: #709BAA;
}
.TagClassName
{
border-color: #709BAA;
}
</style>