Shades of Polo Blue #9AB3CF
Tints of Polo Blue #9AB3CF
RGB
CMYK
RGB Variations
Color information
#9AB3CF (or 0x9AB3CF) is known color: Polo Blue. HEX triplet: 9A, B3 and CF. RGB value is (154,179,207). Sum of RGB (Red+Green+Blue) = 154+179+207=540 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.52% from 540); Green value is 179 (70.31% from 255 or 33.15% from 540); Blue value is 207 (81.25% from 255 or 38.33% from 540); Max value from RGB is 207 - color contains mainly: blue. Hex color #9AB3CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AB3CF is #654C30. Grayscale: #AEAEAE. Windows color (decimal): -6638641 or 13611930. OLE color: 13611930.
HSL color Cylindrical-coordinate representation of color #9AB3CF: hue angle of 211.7º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9AB3CF is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 179 | 207 | - |
| CMYK | 0.26 | 0.14 | 0 | 0.19 |
| HSL | 211.7º | 0.36% | 0.71% | - |
| HSV(B) | 211.7º | 0.26% | 0.81% | - |
| XYZ | 40.71 | 43.62 | 65.3 | - |
| YUV | 174.72 | 146.22 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 179 | 207 | 0.26 | 0.14 | 0 | 0.19 | 211.7 | 0.36 | 0.71 |
| Hex | 9A | B3 | CF | 1A | E | 0 | 13 | D4 | 24 | 47 |
| Octal | 232 | 263 | 317 | 32 | 16 | 0 | 23 | 324 | 44 | 107 |
| Binary | 10011010 | 10110011 | 11001111 | 11010 | 1110 | 0 | 10011 | 11010100 | 100100 | 1000111 |
Color Harmonies of #9AB3CF
Complementary color
Monochromatic Colors of #9AB3CF
Black with #9AB3CF
Text Example
Text Example
White with #9AB3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB3CF; }
p { color: rgb(154,179,207); }
H1.HeaderClassName
{
color: #9AB3CF;
}
.AnyTagClassName
{
color: #9AB3CF;
}
</style>
background-color css
<style>
a { background-color: #9AB3CF; }
a { background-color: rgb(154,179,207); }
div.DivClassName
{
background-color: #9AB3CF;
}
.BgClassName
{
background-color: #9AB3CF;
}
</style>
border-color css
<style>
span { border-color: #9AB3CF; }
span { border-color: rgb(154,179,207); }
td.TdClassName
{
border-color: #9AB3CF;
}
.TagClassName
{
border-color: #9AB3CF;
}
</style>