Shades of Portage #95ACE4
Tints of Portage #95ACE4
RGB
CMYK
RGB Variations
Color information
#95ACE4 (or 0x95ACE4) is known color: Portage. HEX triplet: 95, AC and E4. RGB value is (149,172,228). Sum of RGB (Red+Green+Blue) = 149+172+228=549 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.14% from 549); Green value is 172 (67.58% from 255 or 31.33% from 549); Blue value is 228 (89.45% from 255 or 41.53% from 549); Max value from RGB is 228 - color contains mainly: blue. Hex color #95ACE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95ACE4 is #6A531B. Grayscale: #ABABAB. Windows color (decimal): -6968092 or 14986389. OLE color: 14986389.
HSL color Cylindrical-coordinate representation of color #95ACE4: hue angle of 222.53º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #95ACE4 is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 149 | 172 | 228 | - |
| CMYK | 0.35 | 0.25 | 0 | 0.11 |
| HSL | 222.53º | 0.59% | 0.74% | - |
| HSV(B) | 222.53º | 0.35% | 0.89% | - |
| XYZ | 41.15 | 41.5 | 79.24 | - |
| YUV | 171.51 | 159.88 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 172 | 228 | 0.35 | 0.25 | 0 | 0.11 | 222.53 | 0.59 | 0.74 |
| Hex | 95 | AC | E4 | 23 | 19 | 0 | B | DF | 3B | 4A |
| Octal | 225 | 254 | 344 | 43 | 31 | 0 | 13 | 337 | 73 | 112 |
| Binary | 10010101 | 10101100 | 11100100 | 100011 | 11001 | 0 | 1011 | 11011111 | 111011 | 1001010 |
Color Harmonies of #95ACE4
Complementary color
Monochromatic Colors of #95ACE4
Black with #95ACE4
Text Example
Text Example
White with #95ACE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95ACE4; }
p { color: rgb(149,172,228); }
H1.HeaderClassName
{
color: #95ACE4;
}
.AnyTagClassName
{
color: #95ACE4;
}
</style>
background-color css
<style>
a { background-color: #95ACE4; }
a { background-color: rgb(149,172,228); }
div.DivClassName
{
background-color: #95ACE4;
}
.BgClassName
{
background-color: #95ACE4;
}
</style>
border-color css
<style>
span { border-color: #95ACE4; }
span { border-color: rgb(149,172,228); }
td.TdClassName
{
border-color: #95ACE4;
}
.TagClassName
{
border-color: #95ACE4;
}
</style>