Shades of Polo Blue #90AFC9
Tints of Polo Blue #90AFC9
RGB
CMYK
RGB Variations
Color information
#90AFC9 (or 0x90AFC9) is known color: Polo Blue. HEX triplet: 90, AF and C9. RGB value is (144,175,201). Sum of RGB (Red+Green+Blue) = 144+175+201=520 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.69% from 520); Green value is 175 (68.75% from 255 or 33.65% from 520); Blue value is 201 (78.91% from 255 or 38.65% from 520); Max value from RGB is 201 - color contains mainly: blue. Hex color #90AFC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90AFC9 is #6F5036. Grayscale: #A8A8A8. Windows color (decimal): -7295031 or 13217680. OLE color: 13217680.
HSL color Cylindrical-coordinate representation of color #90AFC9: hue angle of 207.37º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #90AFC9 is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 175 | 201 | - |
| CMYK | 0.28 | 0.13 | 0 | 0.21 |
| HSL | 207.37º | 0.35% | 0.68% | - |
| HSV(B) | 207.37º | 0.28% | 0.79% | - |
| XYZ | 37.37 | 40.81 | 61.16 | - |
| YUV | 168.7 | 146.23 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 175 | 201 | 0.28 | 0.13 | 0 | 0.21 | 207.37 | 0.35 | 0.68 |
| Hex | 90 | AF | C9 | 1C | D | 0 | 15 | CF | 23 | 44 |
| Octal | 220 | 257 | 311 | 34 | 15 | 0 | 25 | 317 | 43 | 104 |
| Binary | 10010000 | 10101111 | 11001001 | 11100 | 1101 | 0 | 10101 | 11001111 | 100011 | 1000100 |
Color Harmonies of #90AFC9
Complementary color
Monochromatic Colors of #90AFC9
Black with #90AFC9
Text Example
Text Example
White with #90AFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AFC9; }
p { color: rgb(144,175,201); }
H1.HeaderClassName
{
color: #90AFC9;
}
.AnyTagClassName
{
color: #90AFC9;
}
</style>
background-color css
<style>
a { background-color: #90AFC9; }
a { background-color: rgb(144,175,201); }
div.DivClassName
{
background-color: #90AFC9;
}
.BgClassName
{
background-color: #90AFC9;
}
</style>
border-color css
<style>
span { border-color: #90AFC9; }
span { border-color: rgb(144,175,201); }
td.TdClassName
{
border-color: #90AFC9;
}
.TagClassName
{
border-color: #90AFC9;
}
</style>