Shades of Nepal #94AABC
Tints of Nepal #94AABC
RGB
CMYK
RGB Variations
Color information
#94AABC (or 0x94AABC) is known color: Nepal. HEX triplet: 94, AA and BC. RGB value is (148,170,188). Sum of RGB (Red+Green+Blue) = 148+170+188=506 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.25% from 506); Green value is 170 (66.80% from 255 or 33.60% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 188 - color contains mainly: blue. Hex color #94AABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94AABC is #6B5543. Grayscale: #A5A5A5. Windows color (decimal): -7034180 or 12364436. OLE color: 12364436.
HSL color Cylindrical-coordinate representation of color #94AABC: hue angle of 207º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #94AABC is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 148 | 170 | 188 | - |
| CMYK | 0.21 | 0.10 | 0 | 0.26 |
| HSL | 207º | 0.23% | 0.66% | - |
| HSV(B) | 207º | 0.21% | 0.74% | - |
| XYZ | 35.66 | 38.68 | 53.16 | - |
| YUV | 165.47 | 140.71 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 170 | 188 | 0.21 | 0.10 | 0 | 0.26 | 207 | 0.23 | 0.66 |
| Hex | 94 | AA | BC | 15 | A | 0 | 1A | CF | 17 | 42 |
| Octal | 224 | 252 | 274 | 25 | 12 | 0 | 32 | 317 | 27 | 102 |
| Binary | 10010100 | 10101010 | 10111100 | 10101 | 1010 | 0 | 11010 | 11001111 | 10111 | 1000010 |
Color Harmonies of #94AABC
Complementary color
Monochromatic Colors of #94AABC
Black with #94AABC
Text Example
Text Example
White with #94AABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94AABC; }
p { color: rgb(148,170,188); }
H1.HeaderClassName
{
color: #94AABC;
}
.AnyTagClassName
{
color: #94AABC;
}
</style>
background-color css
<style>
a { background-color: #94AABC; }
a { background-color: rgb(148,170,188); }
div.DivClassName
{
background-color: #94AABC;
}
.BgClassName
{
background-color: #94AABC;
}
</style>
border-color css
<style>
span { border-color: #94AABC; }
span { border-color: rgb(148,170,188); }
td.TdClassName
{
border-color: #94AABC;
}
.TagClassName
{
border-color: #94AABC;
}
</style>