Shades of Nepal #9BAFC1
Tints of Nepal #9BAFC1
RGB
CMYK
RGB Variations
Color information
#9BAFC1 (or 0x9BAFC1) is known color: Nepal. HEX triplet: 9B, AF and C1. RGB value is (155,175,193). Sum of RGB (Red+Green+Blue) = 155+175+193=523 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.64% from 523); Green value is 175 (68.75% from 255 or 33.46% from 523); Blue value is 193 (75.78% from 255 or 36.90% from 523); Max value from RGB is 193 - color contains mainly: blue. Hex color #9BAFC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BAFC1 is #64503E. Grayscale: #AAAAAA. Windows color (decimal): -6574143 or 12693403. OLE color: 12693403.
HSL color Cylindrical-coordinate representation of color #9BAFC1: hue angle of 208.42º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9BAFC1 is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 175 | 193 | - |
| CMYK | 0.20 | 0.09 | 0 | 0.24 |
| HSL | 208.42º | 0.23% | 0.68% | - |
| HSV(B) | 208.42º | 0.2% | 0.76% | - |
| XYZ | 38.47 | 41.48 | 56.43 | - |
| YUV | 171.07 | 140.37 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 175 | 193 | 0.20 | 0.09 | 0 | 0.24 | 208.42 | 0.23 | 0.68 |
| Hex | 9B | AF | C1 | 14 | 9 | 0 | 18 | D0 | 17 | 44 |
| Octal | 233 | 257 | 301 | 24 | 11 | 0 | 30 | 320 | 27 | 104 |
| Binary | 10011011 | 10101111 | 11000001 | 10100 | 1001 | 0 | 11000 | 11010000 | 10111 | 1000100 |
Color Harmonies of #9BAFC1
Complementary color
Monochromatic Colors of #9BAFC1
Black with #9BAFC1
Text Example
Text Example
White with #9BAFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAFC1; }
p { color: rgb(155,175,193); }
H1.HeaderClassName
{
color: #9BAFC1;
}
.AnyTagClassName
{
color: #9BAFC1;
}
</style>
background-color css
<style>
a { background-color: #9BAFC1; }
a { background-color: rgb(155,175,193); }
div.DivClassName
{
background-color: #9BAFC1;
}
.BgClassName
{
background-color: #9BAFC1;
}
</style>
border-color css
<style>
span { border-color: #9BAFC1; }
span { border-color: rgb(155,175,193); }
td.TdClassName
{
border-color: #9BAFC1;
}
.TagClassName
{
border-color: #9BAFC1;
}
</style>