Shades of Polo Blue #9AB8CF
Tints of Polo Blue #9AB8CF
RGB
CMYK
RGB Variations
Color information
#9AB8CF (or 0x9AB8CF) is known color: Polo Blue. HEX triplet: 9A, B8 and CF. RGB value is (154,184,207). Sum of RGB (Red+Green+Blue) = 154+184+207=545 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.26% from 545); Green value is 184 (72.27% from 255 or 33.76% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 207 - color contains mainly: blue. Hex color #9AB8CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AB8CF is #654730. Grayscale: #B1B1B1. Windows color (decimal): -6637361 or 13613210. OLE color: 13613210.
HSL color Cylindrical-coordinate representation of color #9AB8CF: hue angle of 206.04º 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 #9AB8CF is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 184 | 207 | - |
| CMYK | 0.26 | 0.11 | 0 | 0.19 |
| HSL | 206.04º | 0.36% | 0.71% | - |
| HSV(B) | 206.04º | 0.26% | 0.81% | - |
| XYZ | 41.73 | 45.66 | 65.64 | - |
| YUV | 177.65 | 144.56 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 184 | 207 | 0.26 | 0.11 | 0 | 0.19 | 206.04 | 0.36 | 0.71 |
| Hex | 9A | B8 | CF | 1A | B | 0 | 13 | CE | 24 | 47 |
| Octal | 232 | 270 | 317 | 32 | 13 | 0 | 23 | 316 | 44 | 107 |
| Binary | 10011010 | 10111000 | 11001111 | 11010 | 1011 | 0 | 10011 | 11001110 | 100100 | 1000111 |
Color Harmonies of #9AB8CF
Complementary color
Monochromatic Colors of #9AB8CF
Black with #9AB8CF
Text Example
Text Example
White with #9AB8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB8CF; }
p { color: rgb(154,184,207); }
H1.HeaderClassName
{
color: #9AB8CF;
}
.AnyTagClassName
{
color: #9AB8CF;
}
</style>
background-color css
<style>
a { background-color: #9AB8CF; }
a { background-color: rgb(154,184,207); }
div.DivClassName
{
background-color: #9AB8CF;
}
.BgClassName
{
background-color: #9AB8CF;
}
</style>
border-color css
<style>
span { border-color: #9AB8CF; }
span { border-color: rgb(154,184,207); }
td.TdClassName
{
border-color: #9AB8CF;
}
.TagClassName
{
border-color: #9AB8CF;
}
</style>