Shades of Polo Blue #9AB3CC
Tints of Polo Blue #9AB3CC
RGB
CMYK
RGB Variations
Color information
#9AB3CC (or 0x9AB3CC) is known color: Polo Blue. HEX triplet: 9A, B3 and CC. RGB value is (154,179,204). Sum of RGB (Red+Green+Blue) = 154+179+204=537 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.68% from 537); Green value is 179 (70.31% from 255 or 33.33% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 204 - color contains mainly: blue. Hex color #9AB3CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AB3CC is #654C33. Grayscale: #AEAEAE. Windows color (decimal): -6638644 or 13415322. OLE color: 13415322.
HSL color Cylindrical-coordinate representation of color #9AB3CC: hue angle of 210º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9AB3CC is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 154 | 179 | 204 | - |
CMYK | 0.25 | 0.12 | 0 | 0.2 |
HSL | 210º | 0.33% | 0.7% | - |
HSV(B) | 210º | 0.25% | 0.8% | - |
XYZ | 40.35 | 43.47 | 63.39 | - |
YUV | 174.38 | 144.72 | 113.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 154 | 179 | 204 | 0.25 | 0.12 | 0 | 0.2 | 210 | 0.33 | 0.7 |
Hex | 9A | B3 | CC | 19 | C | 0 | 14 | D2 | 21 | 46 |
Octal | 232 | 263 | 314 | 31 | 14 | 0 | 24 | 322 | 41 | 106 |
Binary | 10011010 | 10110011 | 11001100 | 11001 | 1100 | 0 | 10100 | 11010010 | 100001 | 1000110 |
Color Harmonies of #9AB3CC
Complementary color
Monochromatic Colors of #9AB3CC
Black with #9AB3CC
Text Example
Text Example
White with #9AB3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB3CC; }
p { color: rgb(154,179,204); }
H1.HeaderClassName
{
color: #9AB3CC;
}
.AnyTagClassName
{
color: #9AB3CC;
}
</style>
background-color css
<style>
a { background-color: #9AB3CC; }
a { background-color: rgb(154,179,204); }
div.DivClassName
{
background-color: #9AB3CC;
}
.BgClassName
{
background-color: #9AB3CC;
}
</style>
border-color css
<style>
span { border-color: #9AB3CC; }
span { border-color: rgb(154,179,204); }
td.TdClassName
{
border-color: #9AB3CC;
}
.TagClassName
{
border-color: #9AB3CC;
}
</style>