Shades of Bali Hai #84A1AF
Tints of Bali Hai #84A1AF
RGB
CMYK
RGB Variations
Color information
#84A1AF (or 0x84A1AF) is known color: Bali Hai. HEX triplet: 84, A1 and AF. RGB value is (132,161,175). Sum of RGB (Red+Green+Blue) = 132+161+175=468 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.21% from 468); Green value is 161 (63.28% from 255 or 34.40% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 175 - color contains mainly: blue. Hex color #84A1AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A1AF is #7B5E50. Grayscale: #999999. Windows color (decimal): -8085073 or 11510148. OLE color: 11510148.
HSL color Cylindrical-coordinate representation of color #84A1AF: hue angle of 199.53º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #84A1AF is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 161 | 175 | - |
| CMYK | 0.25 | 0.08 | 0 | 0.31 |
| HSL | 199.53º | 0.21% | 0.6% | - |
| HSV(B) | 199.53º | 0.25% | 0.69% | - |
| XYZ | 30 | 33.49 | 45.44 | - |
| YUV | 153.93 | 139.89 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 161 | 175 | 0.25 | 0.08 | 0 | 0.31 | 199.53 | 0.21 | 0.6 |
| Hex | 84 | A1 | AF | 19 | 8 | 0 | 1F | C8 | 15 | 3C |
| Octal | 204 | 241 | 257 | 31 | 10 | 0 | 37 | 310 | 25 | 74 |
| Binary | 10000100 | 10100001 | 10101111 | 11001 | 1000 | 0 | 11111 | 11001000 | 10101 | 111100 |
Color Harmonies of #84A1AF
Complementary color
Monochromatic Colors of #84A1AF
Black with #84A1AF
Text Example
Text Example
White with #84A1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A1AF; }
p { color: rgb(132,161,175); }
H1.HeaderClassName
{
color: #84A1AF;
}
.AnyTagClassName
{
color: #84A1AF;
}
</style>
background-color css
<style>
a { background-color: #84A1AF; }
a { background-color: rgb(132,161,175); }
div.DivClassName
{
background-color: #84A1AF;
}
.BgClassName
{
background-color: #84A1AF;
}
</style>
border-color css
<style>
span { border-color: #84A1AF; }
span { border-color: rgb(132,161,175); }
td.TdClassName
{
border-color: #84A1AF;
}
.TagClassName
{
border-color: #84A1AF;
}
</style>