Shades of Bali Hai #81A2B2
Tints of Bali Hai #81A2B2
RGB
CMYK
RGB Variations
Color information
#81A2B2 (or 0x81A2B2) is known color: Bali Hai. HEX triplet: 81, A2 and B2. RGB value is (129,162,178). Sum of RGB (Red+Green+Blue) = 129+162+178=469 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.51% from 469); Green value is 162 (63.67% from 255 or 34.54% from 469); Blue value is 178 (69.92% from 255 or 37.95% from 469); Max value from RGB is 178 - color contains mainly: blue. Hex color #81A2B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81A2B2 is #7E5D4D. Grayscale: #999999. Windows color (decimal): -8281422 or 11707009. OLE color: 11707009.
HSL color Cylindrical-coordinate representation of color #81A2B2: hue angle of 199.59º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #81A2B2 is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 129 | 162 | 178 | - |
| CMYK | 0.28 | 0.09 | 0 | 0.30 |
| HSL | 199.59º | 0.24% | 0.6% | - |
| HSV(B) | 199.59º | 0.28% | 0.7% | - |
| XYZ | 30.01 | 33.72 | 47.05 | - |
| YUV | 153.96 | 141.57 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 162 | 178 | 0.28 | 0.09 | 0 | 0.30 | 199.59 | 0.24 | 0.6 |
| Hex | 81 | A2 | B2 | 1C | 9 | 0 | 1E | C8 | 18 | 3C |
| Octal | 201 | 242 | 262 | 34 | 11 | 0 | 36 | 310 | 30 | 74 |
| Binary | 10000001 | 10100010 | 10110010 | 11100 | 1001 | 0 | 11110 | 11001000 | 11000 | 111100 |
Color Harmonies of #81A2B2
Complementary color
Monochromatic Colors of #81A2B2
Black with #81A2B2
Text Example
Text Example
White with #81A2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A2B2; }
p { color: rgb(129,162,178); }
H1.HeaderClassName
{
color: #81A2B2;
}
.AnyTagClassName
{
color: #81A2B2;
}
</style>
background-color css
<style>
a { background-color: #81A2B2; }
a { background-color: rgb(129,162,178); }
div.DivClassName
{
background-color: #81A2B2;
}
.BgClassName
{
background-color: #81A2B2;
}
</style>
border-color css
<style>
span { border-color: #81A2B2; }
span { border-color: rgb(129,162,178); }
td.TdClassName
{
border-color: #81A2B2;
}
.TagClassName
{
border-color: #81A2B2;
}
</style>