Shades of Nepal #96AFC5
Tints of Nepal #96AFC5
RGB
CMYK
RGB Variations
Color information
#96AFC5 (or 0x96AFC5) is known color: Nepal. HEX triplet: 96, AF and C5. RGB value is (150,175,197). Sum of RGB (Red+Green+Blue) = 150+175+197=522 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.74% from 522); Green value is 175 (68.75% from 255 or 33.52% from 522); Blue value is 197 (77.34% from 255 or 37.74% from 522); Max value from RGB is 197 - color contains mainly: blue. Hex color #96AFC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96AFC5 is #69503A. Grayscale: #A9A9A9. Windows color (decimal): -6901819 or 12955542. OLE color: 12955542.
HSL color Cylindrical-coordinate representation of color #96AFC5: hue angle of 208.09º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #96AFC5 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 150 | 175 | 197 | - |
| CMYK | 0.24 | 0.11 | 0 | 0.23 |
| HSL | 208.09º | 0.29% | 0.68% | - |
| HSV(B) | 208.09º | 0.24% | 0.77% | - |
| XYZ | 37.99 | 41.18 | 58.77 | - |
| YUV | 170.03 | 143.22 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 175 | 197 | 0.24 | 0.11 | 0 | 0.23 | 208.09 | 0.29 | 0.68 |
| Hex | 96 | AF | C5 | 18 | B | 0 | 17 | D0 | 1D | 44 |
| Octal | 226 | 257 | 305 | 30 | 13 | 0 | 27 | 320 | 35 | 104 |
| Binary | 10010110 | 10101111 | 11000101 | 11000 | 1011 | 0 | 10111 | 11010000 | 11101 | 1000100 |
Color Harmonies of #96AFC5
Complementary color
Monochromatic Colors of #96AFC5
Black with #96AFC5
Text Example
Text Example
White with #96AFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AFC5; }
p { color: rgb(150,175,197); }
H1.HeaderClassName
{
color: #96AFC5;
}
.AnyTagClassName
{
color: #96AFC5;
}
</style>
background-color css
<style>
a { background-color: #96AFC5; }
a { background-color: rgb(150,175,197); }
div.DivClassName
{
background-color: #96AFC5;
}
.BgClassName
{
background-color: #96AFC5;
}
</style>
border-color css
<style>
span { border-color: #96AFC5; }
span { border-color: rgb(150,175,197); }
td.TdClassName
{
border-color: #96AFC5;
}
.TagClassName
{
border-color: #96AFC5;
}
</style>