Shades of Nepal #93B7CC
Tints of Nepal #93B7CC
RGB
CMYK
RGB Variations
Color information
#93B7CC (or 0x93B7CC) is known color: Nepal. HEX triplet: 93, B7 and CC. RGB value is (147,183,204). Sum of RGB (Red+Green+Blue) = 147+183+204=534 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.53% from 534); Green value is 183 (71.88% from 255 or 34.27% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 204 - color contains mainly: blue. Hex color #93B7CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93B7CC is #6C4833. Grayscale: #AEAEAE. Windows color (decimal): -7096372 or 13416339. OLE color: 13416339.
HSL color Cylindrical-coordinate representation of color #93B7CC: hue angle of 202.11º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #93B7CC is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 147 | 183 | 204 | - |
| CMYK | 0.28 | 0.10 | 0 | 0.2 |
| HSL | 202.11º | 0.36% | 0.69% | - |
| HSV(B) | 202.11º | 0.28% | 0.8% | - |
| XYZ | 39.87 | 44.43 | 63.6 | - |
| YUV | 174.63 | 144.57 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 183 | 204 | 0.28 | 0.10 | 0 | 0.2 | 202.11 | 0.36 | 0.69 |
| Hex | 93 | B7 | CC | 1C | A | 0 | 14 | CA | 24 | 45 |
| Octal | 223 | 267 | 314 | 34 | 12 | 0 | 24 | 312 | 44 | 105 |
| Binary | 10010011 | 10110111 | 11001100 | 11100 | 1010 | 0 | 10100 | 11001010 | 100100 | 1000101 |
Color Harmonies of #93B7CC
Complementary color
Monochromatic Colors of #93B7CC
Black with #93B7CC
Text Example
Text Example
White with #93B7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B7CC; }
p { color: rgb(147,183,204); }
H1.HeaderClassName
{
color: #93B7CC;
}
.AnyTagClassName
{
color: #93B7CC;
}
</style>
background-color css
<style>
a { background-color: #93B7CC; }
a { background-color: rgb(147,183,204); }
div.DivClassName
{
background-color: #93B7CC;
}
.BgClassName
{
background-color: #93B7CC;
}
</style>
border-color css
<style>
span { border-color: #93B7CC; }
span { border-color: rgb(147,183,204); }
td.TdClassName
{
border-color: #93B7CC;
}
.TagClassName
{
border-color: #93B7CC;
}
</style>