Shades of Nepal #90AFC3
Tints of Nepal #90AFC3
RGB
CMYK
RGB Variations
Color information
#90AFC3 (or 0x90AFC3) is known color: Nepal. HEX triplet: 90, AF and C3. RGB value is (144,175,195). Sum of RGB (Red+Green+Blue) = 144+175+195=514 (68% of max value = 765). Red value is 144 (56.64% from 255 or 28.02% from 514); Green value is 175 (68.75% from 255 or 34.05% from 514); Blue value is 195 (76.56% from 255 or 37.94% from 514); Max value from RGB is 195 - color contains mainly: blue. Hex color #90AFC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90AFC3 is #6F503C. Grayscale: #A7A7A7. Windows color (decimal): -7295037 or 12824464. OLE color: 12824464.
HSL color Cylindrical-coordinate representation of color #90AFC3: hue angle of 203.53º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #90AFC3 is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 175 | 195 | - |
| CMYK | 0.26 | 0.10 | 0 | 0.24 |
| HSL | 203.53º | 0.3% | 0.66% | - |
| HSV(B) | 203.53º | 0.26% | 0.76% | - |
| XYZ | 36.68 | 40.53 | 57.52 | - |
| YUV | 168.01 | 143.23 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 175 | 195 | 0.26 | 0.10 | 0 | 0.24 | 203.53 | 0.3 | 0.66 |
| Hex | 90 | AF | C3 | 1A | A | 0 | 18 | CC | 1E | 42 |
| Octal | 220 | 257 | 303 | 32 | 12 | 0 | 30 | 314 | 36 | 102 |
| Binary | 10010000 | 10101111 | 11000011 | 11010 | 1010 | 0 | 11000 | 11001100 | 11110 | 1000010 |
Color Harmonies of #90AFC3
Complementary color
Monochromatic Colors of #90AFC3
Black with #90AFC3
Text Example
Text Example
White with #90AFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AFC3; }
p { color: rgb(144,175,195); }
H1.HeaderClassName
{
color: #90AFC3;
}
.AnyTagClassName
{
color: #90AFC3;
}
</style>
background-color css
<style>
a { background-color: #90AFC3; }
a { background-color: rgb(144,175,195); }
div.DivClassName
{
background-color: #90AFC3;
}
.BgClassName
{
background-color: #90AFC3;
}
</style>
border-color css
<style>
span { border-color: #90AFC3; }
span { border-color: rgb(144,175,195); }
td.TdClassName
{
border-color: #90AFC3;
}
.TagClassName
{
border-color: #90AFC3;
}
</style>