Shades of Nepal #93B3C2
Tints of Nepal #93B3C2
RGB
CMYK
RGB Variations
Color information
#93B3C2 (or 0x93B3C2) is known color: Nepal. HEX triplet: 93, B3 and C2. RGB value is (147,179,194). Sum of RGB (Red+Green+Blue) = 147+179+194=520 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.27% from 520); Green value is 179 (70.31% from 255 or 34.42% from 520); Blue value is 194 (76.17% from 255 or 37.31% from 520); Max value from RGB is 194 - color contains mainly: blue. Hex color #93B3C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93B3C2 is #6C4C3D. Grayscale: #ABABAB. Windows color (decimal): -7097406 or 12759955. OLE color: 12759955.
HSL color Cylindrical-coordinate representation of color #93B3C2: hue angle of 199.15º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #93B3C2 is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 147 | 179 | 194 | - |
| CMYK | 0.24 | 0.08 | 0 | 0.24 |
| HSL | 199.15º | 0.28% | 0.67% | - |
| HSV(B) | 199.15º | 0.24% | 0.76% | - |
| XYZ | 37.89 | 42.34 | 57.21 | - |
| YUV | 171.14 | 140.9 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 179 | 194 | 0.24 | 0.08 | 0 | 0.24 | 199.15 | 0.28 | 0.67 |
| Hex | 93 | B3 | C2 | 18 | 8 | 0 | 18 | C7 | 1C | 43 |
| Octal | 223 | 263 | 302 | 30 | 10 | 0 | 30 | 307 | 34 | 103 |
| Binary | 10010011 | 10110011 | 11000010 | 11000 | 1000 | 0 | 11000 | 11000111 | 11100 | 1000011 |
Color Harmonies of #93B3C2
Complementary color
Monochromatic Colors of #93B3C2
Black with #93B3C2
Text Example
Text Example
White with #93B3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B3C2; }
p { color: rgb(147,179,194); }
H1.HeaderClassName
{
color: #93B3C2;
}
.AnyTagClassName
{
color: #93B3C2;
}
</style>
background-color css
<style>
a { background-color: #93B3C2; }
a { background-color: rgb(147,179,194); }
div.DivClassName
{
background-color: #93B3C2;
}
.BgClassName
{
background-color: #93B3C2;
}
</style>
border-color css
<style>
span { border-color: #93B3C2; }
span { border-color: rgb(147,179,194); }
td.TdClassName
{
border-color: #93B3C2;
}
.TagClassName
{
border-color: #93B3C2;
}
</style>