Shades of Polo Blue #90A5D6
Tints of Polo Blue #90A5D6
RGB
CMYK
RGB Variations
Color information
#90A5D6 (or 0x90A5D6) is known color: Polo Blue. HEX triplet: 90, A5 and D6. RGB value is (144,165,214). Sum of RGB (Red+Green+Blue) = 144+165+214=523 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.53% from 523); Green value is 165 (64.84% from 255 or 31.55% from 523); Blue value is 214 (83.98% from 255 or 40.92% from 523); Max value from RGB is 214 - color contains mainly: blue. Hex color #90A5D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A5D6 is #6F5A29. Grayscale: #A4A4A4. Windows color (decimal): -7297578 or 14067088. OLE color: 14067088.
HSL color Cylindrical-coordinate representation of color #90A5D6: hue angle of 222º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #90A5D6 is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 144 | 165 | 214 | - |
| CMYK | 0.33 | 0.23 | 0 | 0.16 |
| HSL | 222º | 0.46% | 0.7% | - |
| HSV(B) | 222º | 0.33% | 0.84% | - |
| XYZ | 37.09 | 37.69 | 68.94 | - |
| YUV | 164.31 | 156.04 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 165 | 214 | 0.33 | 0.23 | 0 | 0.16 | 222 | 0.46 | 0.7 |
| Hex | 90 | A5 | D6 | 21 | 17 | 0 | 10 | DE | 2E | 46 |
| Octal | 220 | 245 | 326 | 41 | 27 | 0 | 20 | 336 | 56 | 106 |
| Binary | 10010000 | 10100101 | 11010110 | 100001 | 10111 | 0 | 10000 | 11011110 | 101110 | 1000110 |
Color Harmonies of #90A5D6
Complementary color
Monochromatic Colors of #90A5D6
Black with #90A5D6
Text Example
Text Example
White with #90A5D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A5D6; }
p { color: rgb(144,165,214); }
H1.HeaderClassName
{
color: #90A5D6;
}
.AnyTagClassName
{
color: #90A5D6;
}
</style>
background-color css
<style>
a { background-color: #90A5D6; }
a { background-color: rgb(144,165,214); }
div.DivClassName
{
background-color: #90A5D6;
}
.BgClassName
{
background-color: #90A5D6;
}
</style>
border-color css
<style>
span { border-color: #90A5D6; }
span { border-color: rgb(144,165,214); }
td.TdClassName
{
border-color: #90A5D6;
}
.TagClassName
{
border-color: #90A5D6;
}
</style>