Shades of Nepal #93ABBF
Tints of Nepal #93ABBF
RGB
CMYK
RGB Variations
Color information
#93ABBF (or 0x93ABBF) is known color: Nepal. HEX triplet: 93, AB and BF. RGB value is (147,171,191). Sum of RGB (Red+Green+Blue) = 147+171+191=509 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.88% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 191 (75% from 255 or 37.52% from 509); Max value from RGB is 191 - color contains mainly: blue. Hex color #93ABBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93ABBF is #6C5440. Grayscale: #A6A6A6. Windows color (decimal): -7099457 or 12561299. OLE color: 12561299.
HSL color Cylindrical-coordinate representation of color #93ABBF: hue angle of 207.27º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #93ABBF is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 171 | 191 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.25 |
| HSL | 207.27º | 0.26% | 0.66% | - |
| HSV(B) | 207.27º | 0.23% | 0.75% | - |
| XYZ | 36 | 39.09 | 54.94 | - |
| YUV | 166.1 | 142.05 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 171 | 191 | 0.23 | 0.10 | 0 | 0.25 | 207.27 | 0.26 | 0.66 |
| Hex | 93 | AB | BF | 17 | A | 0 | 19 | CF | 1A | 42 |
| Octal | 223 | 253 | 277 | 27 | 12 | 0 | 31 | 317 | 32 | 102 |
| Binary | 10010011 | 10101011 | 10111111 | 10111 | 1010 | 0 | 11001 | 11001111 | 11010 | 1000010 |
Color Harmonies of #93ABBF
Complementary color
Monochromatic Colors of #93ABBF
Black with #93ABBF
Text Example
Text Example
White with #93ABBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93ABBF; }
p { color: rgb(147,171,191); }
H1.HeaderClassName
{
color: #93ABBF;
}
.AnyTagClassName
{
color: #93ABBF;
}
</style>
background-color css
<style>
a { background-color: #93ABBF; }
a { background-color: rgb(147,171,191); }
div.DivClassName
{
background-color: #93ABBF;
}
.BgClassName
{
background-color: #93ABBF;
}
</style>
border-color css
<style>
span { border-color: #93ABBF; }
span { border-color: rgb(147,171,191); }
td.TdClassName
{
border-color: #93ABBF;
}
.TagClassName
{
border-color: #93ABBF;
}
</style>