Shades of Polo Blue #90A6C5
Tints of Polo Blue #90A6C5
RGB
CMYK
RGB Variations
Color information
#90A6C5 (or 0x90A6C5) is known color: Polo Blue. HEX triplet: 90, A6 and C5. RGB value is (144,166,197). Sum of RGB (Red+Green+Blue) = 144+166+197=507 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.40% from 507); Green value is 166 (65.23% from 255 or 32.74% from 507); Blue value is 197 (77.34% from 255 or 38.86% from 507); Max value from RGB is 197 - color contains mainly: blue. Hex color #90A6C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A6C5 is #6F593A. Grayscale: #A2A2A2. Windows color (decimal): -7297339 or 12953232. OLE color: 12953232.
HSL color Cylindrical-coordinate representation of color #90A6C5: hue angle of 215.09º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #90A6C5 is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 144 | 166 | 197 | - |
| CMYK | 0.27 | 0.16 | 0 | 0.23 |
| HSL | 215.09º | 0.31% | 0.67% | - |
| HSV(B) | 215.09º | 0.27% | 0.77% | - |
| XYZ | 35.22 | 37.23 | 58.15 | - |
| YUV | 162.96 | 147.21 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 166 | 197 | 0.27 | 0.16 | 0 | 0.23 | 215.09 | 0.31 | 0.67 |
| Hex | 90 | A6 | C5 | 1B | 10 | 0 | 17 | D7 | 1F | 43 |
| Octal | 220 | 246 | 305 | 33 | 20 | 0 | 27 | 327 | 37 | 103 |
| Binary | 10010000 | 10100110 | 11000101 | 11011 | 10000 | 0 | 10111 | 11010111 | 11111 | 1000011 |
Color Harmonies of #90A6C5
Complementary color
Monochromatic Colors of #90A6C5
Black with #90A6C5
Text Example
Text Example
White with #90A6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A6C5; }
p { color: rgb(144,166,197); }
H1.HeaderClassName
{
color: #90A6C5;
}
.AnyTagClassName
{
color: #90A6C5;
}
</style>
background-color css
<style>
a { background-color: #90A6C5; }
a { background-color: rgb(144,166,197); }
div.DivClassName
{
background-color: #90A6C5;
}
.BgClassName
{
background-color: #90A6C5;
}
</style>
border-color css
<style>
span { border-color: #90A6C5; }
span { border-color: rgb(144,166,197); }
td.TdClassName
{
border-color: #90A6C5;
}
.TagClassName
{
border-color: #90A6C5;
}
</style>