Shades of Nepal #90AFC1
Tints of Nepal #90AFC1
RGB
CMYK
RGB Variations
Color information
#90AFC1 (or 0x90AFC1) is known color: Nepal. HEX triplet: 90, AF and C1. RGB value is (144,175,193). Sum of RGB (Red+Green+Blue) = 144+175+193=512 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.12% from 512); Green value is 175 (68.75% from 255 or 34.18% from 512); Blue value is 193 (75.78% from 255 or 37.70% from 512); Max value from RGB is 193 - color contains mainly: blue. Hex color #90AFC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90AFC1 is #6F503E. Grayscale: #A7A7A7. Windows color (decimal): -7295039 or 12693392. OLE color: 12693392.
HSL color Cylindrical-coordinate representation of color #90AFC1: hue angle of 202.04º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #90AFC1 is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 175 | 193 | - |
| CMYK | 0.25 | 0.09 | 0 | 0.24 |
| HSL | 202.04º | 0.28% | 0.66% | - |
| HSV(B) | 202.04º | 0.25% | 0.76% | - |
| XYZ | 36.46 | 40.44 | 56.34 | - |
| YUV | 167.78 | 142.23 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 175 | 193 | 0.25 | 0.09 | 0 | 0.24 | 202.04 | 0.28 | 0.66 |
| Hex | 90 | AF | C1 | 19 | 9 | 0 | 18 | CA | 1C | 42 |
| Octal | 220 | 257 | 301 | 31 | 11 | 0 | 30 | 312 | 34 | 102 |
| Binary | 10010000 | 10101111 | 11000001 | 11001 | 1001 | 0 | 11000 | 11001010 | 11100 | 1000010 |
Color Harmonies of #90AFC1
Complementary color
Monochromatic Colors of #90AFC1
Black with #90AFC1
Text Example
Text Example
White with #90AFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AFC1; }
p { color: rgb(144,175,193); }
H1.HeaderClassName
{
color: #90AFC1;
}
.AnyTagClassName
{
color: #90AFC1;
}
</style>
background-color css
<style>
a { background-color: #90AFC1; }
a { background-color: rgb(144,175,193); }
div.DivClassName
{
background-color: #90AFC1;
}
.BgClassName
{
background-color: #90AFC1;
}
</style>
border-color css
<style>
span { border-color: #90AFC1; }
span { border-color: rgb(144,175,193); }
td.TdClassName
{
border-color: #90AFC1;
}
.TagClassName
{
border-color: #90AFC1;
}
</style>