Shades of Nepal #85ABC3
Tints of Nepal #85ABC3
RGB
CMYK
RGB Variations
Color information
#85ABC3 (or 0x85ABC3) is known color: Nepal. HEX triplet: 85, AB and C3. RGB value is (133,171,195). Sum of RGB (Red+Green+Blue) = 133+171+195=499 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.65% from 499); Green value is 171 (67.19% from 255 or 34.27% from 499); Blue value is 195 (76.56% from 255 or 39.08% from 499); Max value from RGB is 195 - color contains mainly: blue. Hex color #85ABC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85ABC3 is #7A543C. Grayscale: #A2A2A2. Windows color (decimal): -8016957 or 12823429. OLE color: 12823429.
HSL color Cylindrical-coordinate representation of color #85ABC3: hue angle of 203.23º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #85ABC3 is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 171 | 195 | - |
| CMYK | 0.32 | 0.12 | 0 | 0.24 |
| HSL | 203.23º | 0.34% | 0.64% | - |
| HSV(B) | 203.23º | 0.32% | 0.76% | - |
| XYZ | 34.09 | 38.05 | 57.18 | - |
| YUV | 162.37 | 146.41 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 171 | 195 | 0.32 | 0.12 | 0 | 0.24 | 203.23 | 0.34 | 0.64 |
| Hex | 85 | AB | C3 | 20 | C | 0 | 18 | CB | 22 | 40 |
| Octal | 205 | 253 | 303 | 40 | 14 | 0 | 30 | 313 | 42 | 100 |
| Binary | 10000101 | 10101011 | 11000011 | 100000 | 1100 | 0 | 11000 | 11001011 | 100010 | 1000000 |
Color Harmonies of #85ABC3
Complementary color
Monochromatic Colors of #85ABC3
Black with #85ABC3
Text Example
Text Example
White with #85ABC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85ABC3; }
p { color: rgb(133,171,195); }
H1.HeaderClassName
{
color: #85ABC3;
}
.AnyTagClassName
{
color: #85ABC3;
}
</style>
background-color css
<style>
a { background-color: #85ABC3; }
a { background-color: rgb(133,171,195); }
div.DivClassName
{
background-color: #85ABC3;
}
.BgClassName
{
background-color: #85ABC3;
}
</style>
border-color css
<style>
span { border-color: #85ABC3; }
span { border-color: rgb(133,171,195); }
td.TdClassName
{
border-color: #85ABC3;
}
.TagClassName
{
border-color: #85ABC3;
}
</style>