Shades of Portage #95AAE5
Tints of Portage #95AAE5
RGB
CMYK
RGB Variations
Color information
#95AAE5 (or 0x95AAE5) is known color: Portage. HEX triplet: 95, AA and E5. RGB value is (149,170,229). Sum of RGB (Red+Green+Blue) = 149+170+229=548 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.19% from 548); Green value is 170 (66.80% from 255 or 31.02% from 548); Blue value is 229 (89.84% from 255 or 41.79% from 548); Max value from RGB is 229 - color contains mainly: blue. Hex color #95AAE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95AAE5 is #6A551A. Grayscale: #AAAAAA. Windows color (decimal): -6968603 or 15051413. OLE color: 15051413.
HSL color Cylindrical-coordinate representation of color #95AAE5: hue angle of 224.25º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #95AAE5 is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 149 | 170 | 229 | - |
| CMYK | 0.35 | 0.26 | 0 | 0.10 |
| HSL | 224.25º | 0.61% | 0.74% | - |
| HSV(B) | 224.25º | 0.35% | 0.9% | - |
| XYZ | 40.91 | 40.8 | 79.85 | - |
| YUV | 170.45 | 161.04 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 170 | 229 | 0.35 | 0.26 | 0 | 0.10 | 224.25 | 0.61 | 0.74 |
| Hex | 95 | AA | E5 | 23 | 1A | 0 | A | E0 | 3D | 4A |
| Octal | 225 | 252 | 345 | 43 | 32 | 0 | 12 | 340 | 75 | 112 |
| Binary | 10010101 | 10101010 | 11100101 | 100011 | 11010 | 0 | 1010 | 11100000 | 111101 | 1001010 |
Color Harmonies of #95AAE5
Complementary color
Monochromatic Colors of #95AAE5
Black with #95AAE5
Text Example
Text Example
White with #95AAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95AAE5; }
p { color: rgb(149,170,229); }
H1.HeaderClassName
{
color: #95AAE5;
}
.AnyTagClassName
{
color: #95AAE5;
}
</style>
background-color css
<style>
a { background-color: #95AAE5; }
a { background-color: rgb(149,170,229); }
div.DivClassName
{
background-color: #95AAE5;
}
.BgClassName
{
background-color: #95AAE5;
}
</style>
border-color css
<style>
span { border-color: #95AAE5; }
span { border-color: rgb(149,170,229); }
td.TdClassName
{
border-color: #95AAE5;
}
.TagClassName
{
border-color: #95AAE5;
}
</style>