Shades of Polo Blue #9AB7D3
Tints of Polo Blue #9AB7D3
RGB
CMYK
RGB Variations
Color information
#9AB7D3 (or 0x9AB7D3) is known color: Polo Blue. HEX triplet: 9A, B7 and D3. RGB value is (154,183,211). Sum of RGB (Red+Green+Blue) = 154+183+211=548 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.10% from 548); Green value is 183 (71.88% from 255 or 33.39% from 548); Blue value is 211 (82.81% from 255 or 38.50% from 548); Max value from RGB is 211 - color contains mainly: blue. Hex color #9AB7D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AB7D3 is #65482C. Grayscale: #B1B1B1. Windows color (decimal): -6637613 or 13875098. OLE color: 13875098.
HSL color Cylindrical-coordinate representation of color #9AB7D3: hue angle of 209.47º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9AB7D3 is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 154 | 183 | 211 | - |
| CMYK | 0.27 | 0.13 | 0 | 0.17 |
| HSL | 209.47º | 0.39% | 0.72% | - |
| HSV(B) | 209.47º | 0.27% | 0.83% | - |
| XYZ | 42.02 | 45.44 | 68.18 | - |
| YUV | 177.52 | 146.89 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 183 | 211 | 0.27 | 0.13 | 0 | 0.17 | 209.47 | 0.39 | 0.72 |
| Hex | 9A | B7 | D3 | 1B | D | 0 | 11 | D1 | 27 | 48 |
| Octal | 232 | 267 | 323 | 33 | 15 | 0 | 21 | 321 | 47 | 110 |
| Binary | 10011010 | 10110111 | 11010011 | 11011 | 1101 | 0 | 10001 | 11010001 | 100111 | 1001000 |
Color Harmonies of #9AB7D3
Complementary color
Monochromatic Colors of #9AB7D3
Black with #9AB7D3
Text Example
Text Example
White with #9AB7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB7D3; }
p { color: rgb(154,183,211); }
H1.HeaderClassName
{
color: #9AB7D3;
}
.AnyTagClassName
{
color: #9AB7D3;
}
</style>
background-color css
<style>
a { background-color: #9AB7D3; }
a { background-color: rgb(154,183,211); }
div.DivClassName
{
background-color: #9AB7D3;
}
.BgClassName
{
background-color: #9AB7D3;
}
</style>
border-color css
<style>
span { border-color: #9AB7D3; }
span { border-color: rgb(154,183,211); }
td.TdClassName
{
border-color: #9AB7D3;
}
.TagClassName
{
border-color: #9AB7D3;
}
</style>