Shades of Nepal #96AFC4
Tints of Nepal #96AFC4
RGB
CMYK
RGB Variations
Color information
#96AFC4 (or 0x96AFC4) is known color: Nepal. HEX triplet: 96, AF and C4. RGB value is (150,175,196). Sum of RGB (Red+Green+Blue) = 150+175+196=521 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.79% from 521); Green value is 175 (68.75% from 255 or 33.59% from 521); Blue value is 196 (76.95% from 255 or 37.62% from 521); Max value from RGB is 196 - color contains mainly: blue. Hex color #96AFC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96AFC4 is #69503B. Grayscale: #A9A9A9. Windows color (decimal): -6901820 or 12890006. OLE color: 12890006.
HSL color Cylindrical-coordinate representation of color #96AFC4: hue angle of 207.39º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #96AFC4 is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 150 | 175 | 196 | - |
| CMYK | 0.23 | 0.11 | 0 | 0.23 |
| HSL | 207.39º | 0.28% | 0.68% | - |
| HSV(B) | 207.39º | 0.23% | 0.77% | - |
| XYZ | 37.87 | 41.13 | 58.17 | - |
| YUV | 169.92 | 142.72 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 175 | 196 | 0.23 | 0.11 | 0 | 0.23 | 207.39 | 0.28 | 0.68 |
| Hex | 96 | AF | C4 | 17 | B | 0 | 17 | CF | 1C | 44 |
| Octal | 226 | 257 | 304 | 27 | 13 | 0 | 27 | 317 | 34 | 104 |
| Binary | 10010110 | 10101111 | 11000100 | 10111 | 1011 | 0 | 10111 | 11001111 | 11100 | 1000100 |
Color Harmonies of #96AFC4
Complementary color
Monochromatic Colors of #96AFC4
Black with #96AFC4
Text Example
Text Example
White with #96AFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AFC4; }
p { color: rgb(150,175,196); }
H1.HeaderClassName
{
color: #96AFC4;
}
.AnyTagClassName
{
color: #96AFC4;
}
</style>
background-color css
<style>
a { background-color: #96AFC4; }
a { background-color: rgb(150,175,196); }
div.DivClassName
{
background-color: #96AFC4;
}
.BgClassName
{
background-color: #96AFC4;
}
</style>
border-color css
<style>
span { border-color: #96AFC4; }
span { border-color: rgb(150,175,196); }
td.TdClassName
{
border-color: #96AFC4;
}
.TagClassName
{
border-color: #96AFC4;
}
</style>