Shades of Polo Blue #99AECB
Tints of Polo Blue #99AECB
RGB
CMYK
RGB Variations
Color information
#99AECB (or 0x99AECB) is known color: Polo Blue. HEX triplet: 99, AE and CB. RGB value is (153,174,203). Sum of RGB (Red+Green+Blue) = 153+174+203=530 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.87% from 530); Green value is 174 (68.36% from 255 or 32.83% from 530); Blue value is 203 (79.69% from 255 or 38.30% from 530); Max value from RGB is 203 - color contains mainly: blue. Hex color #99AECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99AECB is #665134. Grayscale: #AAAAAA. Windows color (decimal): -6705461 or 13348505. OLE color: 13348505.
HSL color Cylindrical-coordinate representation of color #99AECB: hue angle of 214.8º degrees, saturation: 0.32, 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 #99AECB is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 174 | 203 | - |
| CMYK | 0.25 | 0.14 | 0 | 0.20 |
| HSL | 214.8º | 0.32% | 0.7% | - |
| HSV(B) | 214.8º | 0.25% | 0.8% | - |
| XYZ | 39.05 | 41.36 | 62.42 | - |
| YUV | 171.03 | 146.04 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 174 | 203 | 0.25 | 0.14 | 0 | 0.20 | 214.8 | 0.32 | 0.7 |
| Hex | 99 | AE | CB | 19 | E | 0 | 14 | D7 | 20 | 46 |
| Octal | 231 | 256 | 313 | 31 | 16 | 0 | 24 | 327 | 40 | 106 |
| Binary | 10011001 | 10101110 | 11001011 | 11001 | 1110 | 0 | 10100 | 11010111 | 100000 | 1000110 |
Color Harmonies of #99AECB
Complementary color
Monochromatic Colors of #99AECB
Black with #99AECB
Text Example
Text Example
White with #99AECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AECB; }
p { color: rgb(153,174,203); }
H1.HeaderClassName
{
color: #99AECB;
}
.AnyTagClassName
{
color: #99AECB;
}
</style>
background-color css
<style>
a { background-color: #99AECB; }
a { background-color: rgb(153,174,203); }
div.DivClassName
{
background-color: #99AECB;
}
.BgClassName
{
background-color: #99AECB;
}
</style>
border-color css
<style>
span { border-color: #99AECB; }
span { border-color: rgb(153,174,203); }
td.TdClassName
{
border-color: #99AECB;
}
.TagClassName
{
border-color: #99AECB;
}
</style>