Shades of Portage #91AAEF
Tints of Portage #91AAEF
RGB
CMYK
RGB Variations
Color information
#91AAEF (or 0x91AAEF) is known color: Portage. HEX triplet: 91, AA and EF. RGB value is (145,170,239). Sum of RGB (Red+Green+Blue) = 145+170+239=554 (73% of max value = 765). Red value is 145 (57.03% from 255 or 26.17% from 554); Green value is 170 (66.80% from 255 or 30.69% from 554); Blue value is 239 (93.75% from 255 or 43.14% from 554); Max value from RGB is 239 - color contains mainly: blue. Hex color #91AAEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #91AAEF is #6E5510. Grayscale: #AAAAAA. Windows color (decimal): -7230737 or 15706769. OLE color: 15706769.
HSL color Cylindrical-coordinate representation of color #91AAEF: hue angle of 224.04º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #91AAEF is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 145 | 170 | 239 | - |
| CMYK | 0.39 | 0.29 | 0 | 0.06 |
| HSL | 224.04º | 0.75% | 0.75% | - |
| HSV(B) | 224.04º | 0.39% | 0.94% | - |
| XYZ | 41.63 | 41 | 87.38 | - |
| YUV | 170.39 | 166.72 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 170 | 239 | 0.39 | 0.29 | 0 | 0.06 | 224.04 | 0.75 | 0.75 |
| Hex | 91 | AA | EF | 27 | 1D | 0 | 6 | E0 | 4B | 4B |
| Octal | 221 | 252 | 357 | 47 | 35 | 0 | 6 | 340 | 113 | 113 |
| Binary | 10010001 | 10101010 | 11101111 | 100111 | 11101 | 0 | 110 | 11100000 | 1001011 | 1001011 |
Color Harmonies of #91AAEF
Complementary color
Monochromatic Colors of #91AAEF
Black with #91AAEF
Text Example
Text Example
White with #91AAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91AAEF; }
p { color: rgb(145,170,239); }
H1.HeaderClassName
{
color: #91AAEF;
}
.AnyTagClassName
{
color: #91AAEF;
}
</style>
background-color css
<style>
a { background-color: #91AAEF; }
a { background-color: rgb(145,170,239); }
div.DivClassName
{
background-color: #91AAEF;
}
.BgClassName
{
background-color: #91AAEF;
}
</style>
border-color css
<style>
span { border-color: #91AAEF; }
span { border-color: rgb(145,170,239); }
td.TdClassName
{
border-color: #91AAEF;
}
.TagClassName
{
border-color: #91AAEF;
}
</style>