Shades of Nepal #94AFC2
Tints of Nepal #94AFC2
RGB
CMYK
RGB Variations
Color information
#94AFC2 (or 0x94AFC2) is known color: Nepal. HEX triplet: 94, AF and C2. RGB value is (148,175,194). Sum of RGB (Red+Green+Blue) = 148+175+194=517 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.63% from 517); Green value is 175 (68.75% from 255 or 33.85% from 517); Blue value is 194 (76.17% from 255 or 37.52% from 517); Max value from RGB is 194 - color contains mainly: blue. Hex color #94AFC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94AFC2 is #6B503D. Grayscale: #A8A8A8. Windows color (decimal): -7032894 or 12758932. OLE color: 12758932.
HSL color Cylindrical-coordinate representation of color #94AFC2: hue angle of 204.78º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #94AFC2 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 148 | 175 | 194 | - |
| CMYK | 0.24 | 0.10 | 0 | 0.24 |
| HSL | 204.78º | 0.27% | 0.67% | - |
| HSV(B) | 204.78º | 0.24% | 0.76% | - |
| XYZ | 37.28 | 40.85 | 56.96 | - |
| YUV | 169.09 | 142.05 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 175 | 194 | 0.24 | 0.10 | 0 | 0.24 | 204.78 | 0.27 | 0.67 |
| Hex | 94 | AF | C2 | 18 | A | 0 | 18 | CD | 1B | 43 |
| Octal | 224 | 257 | 302 | 30 | 12 | 0 | 30 | 315 | 33 | 103 |
| Binary | 10010100 | 10101111 | 11000010 | 11000 | 1010 | 0 | 11000 | 11001101 | 11011 | 1000011 |
Color Harmonies of #94AFC2
Complementary color
Monochromatic Colors of #94AFC2
Black with #94AFC2
Text Example
Text Example
White with #94AFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94AFC2; }
p { color: rgb(148,175,194); }
H1.HeaderClassName
{
color: #94AFC2;
}
.AnyTagClassName
{
color: #94AFC2;
}
</style>
background-color css
<style>
a { background-color: #94AFC2; }
a { background-color: rgb(148,175,194); }
div.DivClassName
{
background-color: #94AFC2;
}
.BgClassName
{
background-color: #94AFC2;
}
</style>
border-color css
<style>
span { border-color: #94AFC2; }
span { border-color: rgb(148,175,194); }
td.TdClassName
{
border-color: #94AFC2;
}
.TagClassName
{
border-color: #94AFC2;
}
</style>