Shades of Nepal #8BAFBF
Tints of Nepal #8BAFBF
RGB
CMYK
RGB Variations
Color information
#8BAFBF (or 0x8BAFBF) is known color: Nepal. HEX triplet: 8B, AF and BF. RGB value is (139,175,191). Sum of RGB (Red+Green+Blue) = 139+175+191=505 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.52% from 505); Green value is 175 (68.75% from 255 or 34.65% from 505); Blue value is 191 (75% from 255 or 37.82% from 505); Max value from RGB is 191 - color contains mainly: blue. Hex color #8BAFBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAFBF is #745040. Grayscale: #A5A5A5. Windows color (decimal): -7622721 or 12562315. OLE color: 12562315.
HSL color Cylindrical-coordinate representation of color #8BAFBF: hue angle of 198.46º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8BAFBF is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 139 | 175 | 191 | - |
| CMYK | 0.27 | 0.08 | 0 | 0.25 |
| HSL | 198.46º | 0.29% | 0.65% | - |
| HSV(B) | 198.46º | 0.27% | 0.75% | - |
| XYZ | 35.38 | 39.91 | 55.13 | - |
| YUV | 166.06 | 142.07 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 175 | 191 | 0.27 | 0.08 | 0 | 0.25 | 198.46 | 0.29 | 0.65 |
| Hex | 8B | AF | BF | 1B | 8 | 0 | 19 | C6 | 1D | 41 |
| Octal | 213 | 257 | 277 | 33 | 10 | 0 | 31 | 306 | 35 | 101 |
| Binary | 10001011 | 10101111 | 10111111 | 11011 | 1000 | 0 | 11001 | 11000110 | 11101 | 1000001 |
Color Harmonies of #8BAFBF
Complementary color
Monochromatic Colors of #8BAFBF
Black with #8BAFBF
Text Example
Text Example
White with #8BAFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAFBF; }
p { color: rgb(139,175,191); }
H1.HeaderClassName
{
color: #8BAFBF;
}
.AnyTagClassName
{
color: #8BAFBF;
}
</style>
background-color css
<style>
a { background-color: #8BAFBF; }
a { background-color: rgb(139,175,191); }
div.DivClassName
{
background-color: #8BAFBF;
}
.BgClassName
{
background-color: #8BAFBF;
}
</style>
border-color css
<style>
span { border-color: #8BAFBF; }
span { border-color: rgb(139,175,191); }
td.TdClassName
{
border-color: #8BAFBF;
}
.TagClassName
{
border-color: #8BAFBF;
}
</style>