Shades of Nepal #93AFBD
Tints of Nepal #93AFBD
RGB
CMYK
RGB Variations
Color information
#93AFBD (or 0x93AFBD) is known color: Nepal. HEX triplet: 93, AF and BD. RGB value is (147,175,189). Sum of RGB (Red+Green+Blue) = 147+175+189=511 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.77% from 511); Green value is 175 (68.75% from 255 or 34.25% from 511); Blue value is 189 (74.22% from 255 or 36.99% from 511); Max value from RGB is 189 - color contains mainly: blue. Hex color #93AFBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93AFBD is #6C5042. Grayscale: #A8A8A8. Windows color (decimal): -7098435 or 12431251. OLE color: 12431251.
HSL color Cylindrical-coordinate representation of color #93AFBD: hue angle of 200º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #93AFBD is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 175 | 189 | - |
| CMYK | 0.22 | 0.07 | 0 | 0.26 |
| HSL | 200º | 0.24% | 0.66% | - |
| HSV(B) | 200º | 0.22% | 0.74% | - |
| XYZ | 36.55 | 40.54 | 54.04 | - |
| YUV | 168.22 | 139.72 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 175 | 189 | 0.22 | 0.07 | 0 | 0.26 | 200 | 0.24 | 0.66 |
| Hex | 93 | AF | BD | 16 | 7 | 0 | 1A | C8 | 18 | 42 |
| Octal | 223 | 257 | 275 | 26 | 7 | 0 | 32 | 310 | 30 | 102 |
| Binary | 10010011 | 10101111 | 10111101 | 10110 | 111 | 0 | 11010 | 11001000 | 11000 | 1000010 |
Color Harmonies of #93AFBD
Complementary color
Monochromatic Colors of #93AFBD
Black with #93AFBD
Text Example
Text Example
White with #93AFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AFBD; }
p { color: rgb(147,175,189); }
H1.HeaderClassName
{
color: #93AFBD;
}
.AnyTagClassName
{
color: #93AFBD;
}
</style>
background-color css
<style>
a { background-color: #93AFBD; }
a { background-color: rgb(147,175,189); }
div.DivClassName
{
background-color: #93AFBD;
}
.BgClassName
{
background-color: #93AFBD;
}
</style>
border-color css
<style>
span { border-color: #93AFBD; }
span { border-color: rgb(147,175,189); }
td.TdClassName
{
border-color: #93AFBD;
}
.TagClassName
{
border-color: #93AFBD;
}
</style>