Shades of Polo Blue #97ACC4
Tints of Polo Blue #97ACC4
RGB
CMYK
RGB Variations
Color information
#97ACC4 (or 0x97ACC4) is known color: Polo Blue. HEX triplet: 97, AC and C4. RGB value is (151,172,196). Sum of RGB (Red+Green+Blue) = 151+172+196=519 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.09% from 519); Green value is 172 (67.58% from 255 or 33.14% from 519); Blue value is 196 (76.95% from 255 or 37.76% from 519); Max value from RGB is 196 - color contains mainly: blue. Hex color #97ACC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97ACC4 is #68533B. Grayscale: #A8A8A8. Windows color (decimal): -6837052 or 12889239. OLE color: 12889239.
HSL color Cylindrical-coordinate representation of color #97ACC4: hue angle of 212º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #97ACC4 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 151 | 172 | 196 | - |
| CMYK | 0.23 | 0.12 | 0 | 0.23 |
| HSL | 212º | 0.28% | 0.68% | - |
| HSV(B) | 212º | 0.23% | 0.77% | - |
| XYZ | 37.48 | 40.07 | 57.98 | - |
| YUV | 168.46 | 143.54 | 115.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 172 | 196 | 0.23 | 0.12 | 0 | 0.23 | 212 | 0.28 | 0.68 |
| Hex | 97 | AC | C4 | 17 | C | 0 | 17 | D4 | 1C | 44 |
| Octal | 227 | 254 | 304 | 27 | 14 | 0 | 27 | 324 | 34 | 104 |
| Binary | 10010111 | 10101100 | 11000100 | 10111 | 1100 | 0 | 10111 | 11010100 | 11100 | 1000100 |
Color Harmonies of #97ACC4
Complementary color
Monochromatic Colors of #97ACC4
Black with #97ACC4
Text Example
Text Example
White with #97ACC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97ACC4; }
p { color: rgb(151,172,196); }
H1.HeaderClassName
{
color: #97ACC4;
}
.AnyTagClassName
{
color: #97ACC4;
}
</style>
background-color css
<style>
a { background-color: #97ACC4; }
a { background-color: rgb(151,172,196); }
div.DivClassName
{
background-color: #97ACC4;
}
.BgClassName
{
background-color: #97ACC4;
}
</style>
border-color css
<style>
span { border-color: #97ACC4; }
span { border-color: rgb(151,172,196); }
td.TdClassName
{
border-color: #97ACC4;
}
.TagClassName
{
border-color: #97ACC4;
}
</style>