Shades of Portage #90AAF2
Tints of Portage #90AAF2
RGB
CMYK
RGB Variations
Color information
#90AAF2 (or 0x90AAF2) is known color: Portage. HEX triplet: 90, AA and F2. RGB value is (144,170,242). Sum of RGB (Red+Green+Blue) = 144+170+242=556 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.90% from 556); Green value is 170 (66.80% from 255 or 30.58% from 556); Blue value is 242 (94.92% from 255 or 43.53% from 556); Max value from RGB is 242 - color contains mainly: blue. Hex color #90AAF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90AAF2 is #6F550D. Grayscale: #AAAAAA. Windows color (decimal): -7296270 or 15903376. OLE color: 15903376.
HSL color Cylindrical-coordinate representation of color #90AAF2: hue angle of 224.08º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90AAF2 is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 170 | 242 | - |
| CMYK | 0.40 | 0.30 | 0 | 0.05 |
| HSL | 224.08º | 0.79% | 0.76% | - |
| HSV(B) | 224.08º | 0.4% | 0.95% | - |
| XYZ | 41.9 | 41.09 | 89.73 | - |
| YUV | 170.43 | 168.39 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 170 | 242 | 0.40 | 0.30 | 0 | 0.05 | 224.08 | 0.79 | 0.76 |
| Hex | 90 | AA | F2 | 28 | 1E | 0 | 5 | E0 | 4F | 4C |
| Octal | 220 | 252 | 362 | 50 | 36 | 0 | 5 | 340 | 117 | 114 |
| Binary | 10010000 | 10101010 | 11110010 | 101000 | 11110 | 0 | 101 | 11100000 | 1001111 | 1001100 |
Color Harmonies of #90AAF2
Complementary color
Monochromatic Colors of #90AAF2
Black with #90AAF2
Text Example
Text Example
White with #90AAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AAF2; }
p { color: rgb(144,170,242); }
H1.HeaderClassName
{
color: #90AAF2;
}
.AnyTagClassName
{
color: #90AAF2;
}
</style>
background-color css
<style>
a { background-color: #90AAF2; }
a { background-color: rgb(144,170,242); }
div.DivClassName
{
background-color: #90AAF2;
}
.BgClassName
{
background-color: #90AAF2;
}
</style>
border-color css
<style>
span { border-color: #90AAF2; }
span { border-color: rgb(144,170,242); }
td.TdClassName
{
border-color: #90AAF2;
}
.TagClassName
{
border-color: #90AAF2;
}
</style>