Shades of Nepal #92AFBE
Tints of Nepal #92AFBE
RGB
CMYK
RGB Variations
Color information
#92AFBE (or 0x92AFBE) is known color: Nepal. HEX triplet: 92, AF and BE. RGB value is (146,175,190). Sum of RGB (Red+Green+Blue) = 146+175+190=511 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.57% from 511); Green value is 175 (68.75% from 255 or 34.25% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 190 - color contains mainly: blue. Hex color #92AFBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92AFBE is #6D5041. Grayscale: #A7A7A7. Windows color (decimal): -7163970 or 12496786. OLE color: 12496786.
HSL color Cylindrical-coordinate representation of color #92AFBE: hue angle of 200.45º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #92AFBE is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 146 | 175 | 190 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.25 |
| HSL | 200.45º | 0.25% | 0.66% | - |
| HSV(B) | 200.45º | 0.23% | 0.75% | - |
| XYZ | 36.48 | 40.49 | 54.61 | - |
| YUV | 168.04 | 140.39 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 175 | 190 | 0.23 | 0.08 | 0 | 0.25 | 200.45 | 0.25 | 0.66 |
| Hex | 92 | AF | BE | 17 | 8 | 0 | 19 | C8 | 19 | 42 |
| Octal | 222 | 257 | 276 | 27 | 10 | 0 | 31 | 310 | 31 | 102 |
| Binary | 10010010 | 10101111 | 10111110 | 10111 | 1000 | 0 | 11001 | 11001000 | 11001 | 1000010 |
Color Harmonies of #92AFBE
Complementary color
Monochromatic Colors of #92AFBE
Black with #92AFBE
Text Example
Text Example
White with #92AFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92AFBE; }
p { color: rgb(146,175,190); }
H1.HeaderClassName
{
color: #92AFBE;
}
.AnyTagClassName
{
color: #92AFBE;
}
</style>
background-color css
<style>
a { background-color: #92AFBE; }
a { background-color: rgb(146,175,190); }
div.DivClassName
{
background-color: #92AFBE;
}
.BgClassName
{
background-color: #92AFBE;
}
</style>
border-color css
<style>
span { border-color: #92AFBE; }
span { border-color: rgb(146,175,190); }
td.TdClassName
{
border-color: #92AFBE;
}
.TagClassName
{
border-color: #92AFBE;
}
</style>