Shades of Nepal #93AFC6
Tints of Nepal #93AFC6
RGB
CMYK
RGB Variations
Color information
#93AFC6 (or 0x93AFC6) is known color: Nepal. HEX triplet: 93, AF and C6. RGB value is (147,175,198). Sum of RGB (Red+Green+Blue) = 147+175+198=520 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.27% from 520); Green value is 175 (68.75% from 255 or 33.65% from 520); Blue value is 198 (77.73% from 255 or 38.08% from 520); Max value from RGB is 198 - color contains mainly: blue. Hex color #93AFC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93AFC6 is #6C5039. Grayscale: #A9A9A9. Windows color (decimal): -7098426 or 13021075. OLE color: 13021075.
HSL color Cylindrical-coordinate representation of color #93AFC6: hue angle of 207.06º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #93AFC6 is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 147 | 175 | 198 | - |
| CMYK | 0.26 | 0.12 | 0 | 0.22 |
| HSL | 207.06º | 0.31% | 0.68% | - |
| HSV(B) | 207.06º | 0.26% | 0.78% | - |
| XYZ | 37.56 | 40.94 | 59.35 | - |
| YUV | 169.25 | 144.22 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 175 | 198 | 0.26 | 0.12 | 0 | 0.22 | 207.06 | 0.31 | 0.68 |
| Hex | 93 | AF | C6 | 1A | C | 0 | 16 | CF | 1F | 44 |
| Octal | 223 | 257 | 306 | 32 | 14 | 0 | 26 | 317 | 37 | 104 |
| Binary | 10010011 | 10101111 | 11000110 | 11010 | 1100 | 0 | 10110 | 11001111 | 11111 | 1000100 |
Color Harmonies of #93AFC6
Complementary color
Monochromatic Colors of #93AFC6
Black with #93AFC6
Text Example
Text Example
White with #93AFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AFC6; }
p { color: rgb(147,175,198); }
H1.HeaderClassName
{
color: #93AFC6;
}
.AnyTagClassName
{
color: #93AFC6;
}
</style>
background-color css
<style>
a { background-color: #93AFC6; }
a { background-color: rgb(147,175,198); }
div.DivClassName
{
background-color: #93AFC6;
}
.BgClassName
{
background-color: #93AFC6;
}
</style>
border-color css
<style>
span { border-color: #93AFC6; }
span { border-color: rgb(147,175,198); }
td.TdClassName
{
border-color: #93AFC6;
}
.TagClassName
{
border-color: #93AFC6;
}
</style>