Shades of Bali Hai #81A2B9
Tints of Bali Hai #81A2B9
RGB
CMYK
RGB Variations
Color information
#81A2B9 (or 0x81A2B9) is known color: Bali Hai. HEX triplet: 81, A2 and B9. RGB value is (129,162,185). Sum of RGB (Red+Green+Blue) = 129+162+185=476 (63% of max value = 765). Red value is 129 (50.78% from 255 or 27.10% from 476); Green value is 162 (63.67% from 255 or 34.03% from 476); Blue value is 185 (72.66% from 255 or 38.87% from 476); Max value from RGB is 185 - color contains mainly: blue. Hex color #81A2B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81A2B9 is #7E5D46. Grayscale: #9A9A9A. Windows color (decimal): -8281415 or 12165761. OLE color: 12165761.
HSL color Cylindrical-coordinate representation of color #81A2B9: hue angle of 204.64º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #81A2B9 is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 162 | 185 | - |
| CMYK | 0.30 | 0.12 | 0 | 0.27 |
| HSL | 204.64º | 0.29% | 0.62% | - |
| HSV(B) | 204.64º | 0.3% | 0.73% | - |
| XYZ | 30.73 | 34.01 | 50.84 | - |
| YUV | 154.76 | 145.07 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 162 | 185 | 0.30 | 0.12 | 0 | 0.27 | 204.64 | 0.29 | 0.62 |
| Hex | 81 | A2 | B9 | 1E | C | 0 | 1B | CD | 1D | 3E |
| Octal | 201 | 242 | 271 | 36 | 14 | 0 | 33 | 315 | 35 | 76 |
| Binary | 10000001 | 10100010 | 10111001 | 11110 | 1100 | 0 | 11011 | 11001101 | 11101 | 111110 |
Color Harmonies of #81A2B9
Complementary color
Monochromatic Colors of #81A2B9
Black with #81A2B9
Text Example
Text Example
White with #81A2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A2B9; }
p { color: rgb(129,162,185); }
H1.HeaderClassName
{
color: #81A2B9;
}
.AnyTagClassName
{
color: #81A2B9;
}
</style>
background-color css
<style>
a { background-color: #81A2B9; }
a { background-color: rgb(129,162,185); }
div.DivClassName
{
background-color: #81A2B9;
}
.BgClassName
{
background-color: #81A2B9;
}
</style>
border-color css
<style>
span { border-color: #81A2B9; }
span { border-color: rgb(129,162,185); }
td.TdClassName
{
border-color: #81A2B9;
}
.TagClassName
{
border-color: #81A2B9;
}
</style>