Shades of Portage #93AAE6
Tints of Portage #93AAE6
RGB
CMYK
RGB Variations
Color information
#93AAE6 (or 0x93AAE6) is known color: Portage. HEX triplet: 93, AA and E6. RGB value is (147,170,230). Sum of RGB (Red+Green+Blue) = 147+170+230=547 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.87% from 547); Green value is 170 (66.80% from 255 or 31.08% from 547); Blue value is 230 (90.23% from 255 or 42.05% from 547); Max value from RGB is 230 - color contains mainly: blue. Hex color #93AAE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93AAE6 is #6C5519. Grayscale: #A9A9A9. Windows color (decimal): -7099674 or 15116947. OLE color: 15116947.
HSL color Cylindrical-coordinate representation of color #93AAE6: hue angle of 223.37º 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 #93AAE6 is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 147 | 170 | 230 | - |
| CMYK | 0.36 | 0.26 | 0 | 0.10 |
| HSL | 223.37º | 0.62% | 0.74% | - |
| HSV(B) | 223.37º | 0.36% | 0.9% | - |
| XYZ | 40.69 | 40.67 | 80.57 | - |
| YUV | 169.96 | 161.88 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 170 | 230 | 0.36 | 0.26 | 0 | 0.10 | 223.37 | 0.62 | 0.74 |
| Hex | 93 | AA | E6 | 24 | 1A | 0 | A | DF | 3E | 4A |
| Octal | 223 | 252 | 346 | 44 | 32 | 0 | 12 | 337 | 76 | 112 |
| Binary | 10010011 | 10101010 | 11100110 | 100100 | 11010 | 0 | 1010 | 11011111 | 111110 | 1001010 |
Color Harmonies of #93AAE6
Complementary color
Monochromatic Colors of #93AAE6
Black with #93AAE6
Text Example
Text Example
White with #93AAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AAE6; }
p { color: rgb(147,170,230); }
H1.HeaderClassName
{
color: #93AAE6;
}
.AnyTagClassName
{
color: #93AAE6;
}
</style>
background-color css
<style>
a { background-color: #93AAE6; }
a { background-color: rgb(147,170,230); }
div.DivClassName
{
background-color: #93AAE6;
}
.BgClassName
{
background-color: #93AAE6;
}
</style>
border-color css
<style>
span { border-color: #93AAE6; }
span { border-color: rgb(147,170,230); }
td.TdClassName
{
border-color: #93AAE6;
}
.TagClassName
{
border-color: #93AAE6;
}
</style>