Shades of Nepal #94AABD
Tints of Nepal #94AABD
RGB
CMYK
RGB Variations
Color information
#94AABD (or 0x94AABD) is known color: Nepal. HEX triplet: 94, AA and BD. RGB value is (148,170,189). Sum of RGB (Red+Green+Blue) = 148+170+189=507 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.19% from 507); Green value is 170 (66.80% from 255 or 33.53% from 507); Blue value is 189 (74.22% from 255 or 37.28% from 507); Max value from RGB is 189 - color contains mainly: blue. Hex color #94AABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94AABD is #6B5542. Grayscale: #A5A5A5. Windows color (decimal): -7034179 or 12429972. OLE color: 12429972.
HSL color Cylindrical-coordinate representation of color #94AABD: hue angle of 207.8º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #94AABD is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 148 | 170 | 189 | - |
| CMYK | 0.22 | 0.10 | 0 | 0.26 |
| HSL | 207.8º | 0.24% | 0.66% | - |
| HSV(B) | 207.8º | 0.22% | 0.74% | - |
| XYZ | 35.77 | 38.72 | 53.73 | - |
| YUV | 165.59 | 141.21 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 170 | 189 | 0.22 | 0.10 | 0 | 0.26 | 207.8 | 0.24 | 0.66 |
| Hex | 94 | AA | BD | 16 | A | 0 | 1A | D0 | 18 | 42 |
| Octal | 224 | 252 | 275 | 26 | 12 | 0 | 32 | 320 | 30 | 102 |
| Binary | 10010100 | 10101010 | 10111101 | 10110 | 1010 | 0 | 11010 | 11010000 | 11000 | 1000010 |
Color Harmonies of #94AABD
Complementary color
Monochromatic Colors of #94AABD
Black with #94AABD
Text Example
Text Example
White with #94AABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94AABD; }
p { color: rgb(148,170,189); }
H1.HeaderClassName
{
color: #94AABD;
}
.AnyTagClassName
{
color: #94AABD;
}
</style>
background-color css
<style>
a { background-color: #94AABD; }
a { background-color: rgb(148,170,189); }
div.DivClassName
{
background-color: #94AABD;
}
.BgClassName
{
background-color: #94AABD;
}
</style>
border-color css
<style>
span { border-color: #94AABD; }
span { border-color: rgb(148,170,189); }
td.TdClassName
{
border-color: #94AABD;
}
.TagClassName
{
border-color: #94AABD;
}
</style>