Shades of Polo Blue #90A8DD
Tints of Polo Blue #90A8DD
RGB
CMYK
RGB Variations
Color information
#90A8DD (or 0x90A8DD) is known color: Polo Blue. HEX triplet: 90, A8 and DD. RGB value is (144,168,221). Sum of RGB (Red+Green+Blue) = 144+168+221=533 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.02% from 533); Green value is 168 (66.02% from 255 or 31.52% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #90A8DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A8DD is #6F5722. Grayscale: #A6A6A6. Windows color (decimal): -7296803 or 14526608. OLE color: 14526608.
HSL color Cylindrical-coordinate representation of color #90A8DD: hue angle of 221.3º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90A8DD is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 168 | 221 | - |
| CMYK | 0.35 | 0.24 | 0 | 0.13 |
| HSL | 221.3º | 0.53% | 0.72% | - |
| HSV(B) | 221.3º | 0.35% | 0.87% | - |
| XYZ | 38.56 | 39.16 | 73.93 | - |
| YUV | 166.87 | 158.55 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 168 | 221 | 0.35 | 0.24 | 0 | 0.13 | 221.3 | 0.53 | 0.72 |
| Hex | 90 | A8 | DD | 23 | 18 | 0 | D | DD | 35 | 48 |
| Octal | 220 | 250 | 335 | 43 | 30 | 0 | 15 | 335 | 65 | 110 |
| Binary | 10010000 | 10101000 | 11011101 | 100011 | 11000 | 0 | 1101 | 11011101 | 110101 | 1001000 |
Color Harmonies of #90A8DD
Complementary color
Monochromatic Colors of #90A8DD
Black with #90A8DD
Text Example
Text Example
White with #90A8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A8DD; }
p { color: rgb(144,168,221); }
H1.HeaderClassName
{
color: #90A8DD;
}
.AnyTagClassName
{
color: #90A8DD;
}
</style>
background-color css
<style>
a { background-color: #90A8DD; }
a { background-color: rgb(144,168,221); }
div.DivClassName
{
background-color: #90A8DD;
}
.BgClassName
{
background-color: #90A8DD;
}
</style>
border-color css
<style>
span { border-color: #90A8DD; }
span { border-color: rgb(144,168,221); }
td.TdClassName
{
border-color: #90A8DD;
}
.TagClassName
{
border-color: #90A8DD;
}
</style>