Shades of Polo Blue #9AB3CA
Tints of Polo Blue #9AB3CA
RGB
CMYK
RGB Variations
Color information
#9AB3CA (or 0x9AB3CA) is known color: Polo Blue. HEX triplet: 9A, B3 and CA. RGB value is (154,179,202). Sum of RGB (Red+Green+Blue) = 154+179+202=535 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.79% from 535); Green value is 179 (70.31% from 255 or 33.46% from 535); Blue value is 202 (79.30% from 255 or 37.76% from 535); Max value from RGB is 202 - color contains mainly: blue. Hex color #9AB3CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AB3CA is #654C35. Grayscale: #AEAEAE. Windows color (decimal): -6638646 or 13284250. OLE color: 13284250.
HSL color Cylindrical-coordinate representation of color #9AB3CA: hue angle of 208.75º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9AB3CA is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 154 | 179 | 202 | - |
| CMYK | 0.24 | 0.11 | 0 | 0.21 |
| HSL | 208.75º | 0.31% | 0.7% | - |
| HSV(B) | 208.75º | 0.24% | 0.79% | - |
| XYZ | 40.11 | 43.37 | 62.14 | - |
| YUV | 174.15 | 143.72 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 179 | 202 | 0.24 | 0.11 | 0 | 0.21 | 208.75 | 0.31 | 0.7 |
| Hex | 9A | B3 | CA | 18 | B | 0 | 15 | D1 | 1F | 46 |
| Octal | 232 | 263 | 312 | 30 | 13 | 0 | 25 | 321 | 37 | 106 |
| Binary | 10011010 | 10110011 | 11001010 | 11000 | 1011 | 0 | 10101 | 11010001 | 11111 | 1000110 |
Color Harmonies of #9AB3CA
Complementary color
Monochromatic Colors of #9AB3CA
Black with #9AB3CA
Text Example
Text Example
White with #9AB3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB3CA; }
p { color: rgb(154,179,202); }
H1.HeaderClassName
{
color: #9AB3CA;
}
.AnyTagClassName
{
color: #9AB3CA;
}
</style>
background-color css
<style>
a { background-color: #9AB3CA; }
a { background-color: rgb(154,179,202); }
div.DivClassName
{
background-color: #9AB3CA;
}
.BgClassName
{
background-color: #9AB3CA;
}
</style>
border-color css
<style>
span { border-color: #9AB3CA; }
span { border-color: rgb(154,179,202); }
td.TdClassName
{
border-color: #9AB3CA;
}
.TagClassName
{
border-color: #9AB3CA;
}
</style>