Shades of Nepal #91AFC5
Tints of Nepal #91AFC5
RGB
CMYK
RGB Variations
Color information
#91AFC5 (or 0x91AFC5) is known color: Nepal. HEX triplet: 91, AF and C5. RGB value is (145,175,197). Sum of RGB (Red+Green+Blue) = 145+175+197=517 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.05% from 517); Green value is 175 (68.75% from 255 or 33.85% from 517); Blue value is 197 (77.34% from 255 or 38.10% from 517); Max value from RGB is 197 - color contains mainly: blue. Hex color #91AFC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91AFC5 is #6E503A. Grayscale: #A8A8A8. Windows color (decimal): -7229499 or 12955537. OLE color: 12955537.
HSL color Cylindrical-coordinate representation of color #91AFC5: hue angle of 205.38º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #91AFC5 is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 145 | 175 | 197 | - |
| CMYK | 0.26 | 0.11 | 0 | 0.23 |
| HSL | 205.38º | 0.31% | 0.67% | - |
| HSV(B) | 205.38º | 0.26% | 0.77% | - |
| XYZ | 37.09 | 40.71 | 58.73 | - |
| YUV | 168.54 | 144.06 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 175 | 197 | 0.26 | 0.11 | 0 | 0.23 | 205.38 | 0.31 | 0.67 |
| Hex | 91 | AF | C5 | 1A | B | 0 | 17 | CD | 1F | 43 |
| Octal | 221 | 257 | 305 | 32 | 13 | 0 | 27 | 315 | 37 | 103 |
| Binary | 10010001 | 10101111 | 11000101 | 11010 | 1011 | 0 | 10111 | 11001101 | 11111 | 1000011 |
Color Harmonies of #91AFC5
Complementary color
Monochromatic Colors of #91AFC5
Black with #91AFC5
Text Example
Text Example
White with #91AFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91AFC5; }
p { color: rgb(145,175,197); }
H1.HeaderClassName
{
color: #91AFC5;
}
.AnyTagClassName
{
color: #91AFC5;
}
</style>
background-color css
<style>
a { background-color: #91AFC5; }
a { background-color: rgb(145,175,197); }
div.DivClassName
{
background-color: #91AFC5;
}
.BgClassName
{
background-color: #91AFC5;
}
</style>
border-color css
<style>
span { border-color: #91AFC5; }
span { border-color: rgb(145,175,197); }
td.TdClassName
{
border-color: #91AFC5;
}
.TagClassName
{
border-color: #91AFC5;
}
</style>