Shades of Portage #94AAE6
Tints of Portage #94AAE6
RGB
CMYK
RGB Variations
Color information
#94AAE6 (or 0x94AAE6) is known color: Portage. HEX triplet: 94, AA and E6. RGB value is (148,170,230). Sum of RGB (Red+Green+Blue) = 148+170+230=548 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.01% from 548); Green value is 170 (66.80% from 255 or 31.02% from 548); Blue value is 230 (90.23% from 255 or 41.97% from 548); Max value from RGB is 230 - color contains mainly: blue. Hex color #94AAE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94AAE6 is #6B5519. Grayscale: #AAAAAA. Windows color (decimal): -7034138 or 15116948. OLE color: 15116948.
HSL color Cylindrical-coordinate representation of color #94AAE6: hue angle of 223.9º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94AAE6 is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 148 | 170 | 230 | - |
| CMYK | 0.36 | 0.26 | 0 | 0.10 |
| HSL | 223.9º | 0.62% | 0.74% | - |
| HSV(B) | 223.9º | 0.36% | 0.9% | - |
| XYZ | 40.87 | 40.76 | 80.58 | - |
| YUV | 170.26 | 161.71 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 170 | 230 | 0.36 | 0.26 | 0 | 0.10 | 223.9 | 0.62 | 0.74 |
| Hex | 94 | AA | E6 | 24 | 1A | 0 | A | E0 | 3E | 4A |
| Octal | 224 | 252 | 346 | 44 | 32 | 0 | 12 | 340 | 76 | 112 |
| Binary | 10010100 | 10101010 | 11100110 | 100100 | 11010 | 0 | 1010 | 11100000 | 111110 | 1001010 |
Color Harmonies of #94AAE6
Complementary color
Monochromatic Colors of #94AAE6
Black with #94AAE6
Text Example
Text Example
White with #94AAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94AAE6; }
p { color: rgb(148,170,230); }
H1.HeaderClassName
{
color: #94AAE6;
}
.AnyTagClassName
{
color: #94AAE6;
}
</style>
background-color css
<style>
a { background-color: #94AAE6; }
a { background-color: rgb(148,170,230); }
div.DivClassName
{
background-color: #94AAE6;
}
.BgClassName
{
background-color: #94AAE6;
}
</style>
border-color css
<style>
span { border-color: #94AAE6; }
span { border-color: rgb(148,170,230); }
td.TdClassName
{
border-color: #94AAE6;
}
.TagClassName
{
border-color: #94AAE6;
}
</style>