Shades of Polo Blue #9AB9D3
Tints of Polo Blue #9AB9D3
RGB
CMYK
RGB Variations
Color information
#9AB9D3 (or 0x9AB9D3) is known color: Polo Blue. HEX triplet: 9A, B9 and D3. RGB value is (154,185,211). Sum of RGB (Red+Green+Blue) = 154+185+211=550 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28% from 550); Green value is 185 (72.66% from 255 or 33.64% from 550); Blue value is 211 (82.81% from 255 or 38.36% from 550); Max value from RGB is 211 - color contains mainly: blue. Hex color #9AB9D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AB9D3 is #65462C. Grayscale: #B2B2B2. Windows color (decimal): -6637101 or 13875610. OLE color: 13875610.
HSL color Cylindrical-coordinate representation of color #9AB9D3: hue angle of 207.37º 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 #9AB9D3 is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 154 | 185 | 211 | - |
| CMYK | 0.27 | 0.12 | 0 | 0.17 |
| HSL | 207.37º | 0.39% | 0.72% | - |
| HSV(B) | 207.37º | 0.27% | 0.83% | - |
| XYZ | 42.43 | 46.27 | 68.32 | - |
| YUV | 178.7 | 146.23 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 185 | 211 | 0.27 | 0.12 | 0 | 0.17 | 207.37 | 0.39 | 0.72 |
| Hex | 9A | B9 | D3 | 1B | C | 0 | 11 | CF | 27 | 48 |
| Octal | 232 | 271 | 323 | 33 | 14 | 0 | 21 | 317 | 47 | 110 |
| Binary | 10011010 | 10111001 | 11010011 | 11011 | 1100 | 0 | 10001 | 11001111 | 100111 | 1001000 |
Color Harmonies of #9AB9D3
Complementary color
Monochromatic Colors of #9AB9D3
Black with #9AB9D3
Text Example
Text Example
White with #9AB9D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB9D3; }
p { color: rgb(154,185,211); }
H1.HeaderClassName
{
color: #9AB9D3;
}
.AnyTagClassName
{
color: #9AB9D3;
}
</style>
background-color css
<style>
a { background-color: #9AB9D3; }
a { background-color: rgb(154,185,211); }
div.DivClassName
{
background-color: #9AB9D3;
}
.BgClassName
{
background-color: #9AB9D3;
}
</style>
border-color css
<style>
span { border-color: #9AB9D3; }
span { border-color: rgb(154,185,211); }
td.TdClassName
{
border-color: #9AB9D3;
}
.TagClassName
{
border-color: #9AB9D3;
}
</style>