Shades of Polo Blue #90A8DC
Tints of Polo Blue #90A8DC
RGB
CMYK
RGB Variations
Color information
#90A8DC (or 0x90A8DC) is known color: Polo Blue. HEX triplet: 90, A8 and DC. RGB value is (144,168,220). Sum of RGB (Red+Green+Blue) = 144+168+220=532 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.07% from 532); Green value is 168 (66.02% from 255 or 31.58% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #90A8DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A8DC is #6F5723. Grayscale: #A6A6A6. Windows color (decimal): -7296804 or 14461072. OLE color: 14461072.
HSL color Cylindrical-coordinate representation of color #90A8DC: hue angle of 221.05º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90A8DC is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 168 | 220 | - |
| CMYK | 0.35 | 0.24 | 0 | 0.14 |
| HSL | 221.05º | 0.52% | 0.71% | - |
| HSV(B) | 221.05º | 0.35% | 0.86% | - |
| XYZ | 38.42 | 39.1 | 73.23 | - |
| YUV | 166.75 | 158.05 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 168 | 220 | 0.35 | 0.24 | 0 | 0.14 | 221.05 | 0.52 | 0.71 |
| Hex | 90 | A8 | DC | 23 | 18 | 0 | E | DD | 34 | 47 |
| Octal | 220 | 250 | 334 | 43 | 30 | 0 | 16 | 335 | 64 | 107 |
| Binary | 10010000 | 10101000 | 11011100 | 100011 | 11000 | 0 | 1110 | 11011101 | 110100 | 1000111 |
Color Harmonies of #90A8DC
Complementary color
Monochromatic Colors of #90A8DC
Black with #90A8DC
Text Example
Text Example
White with #90A8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A8DC; }
p { color: rgb(144,168,220); }
H1.HeaderClassName
{
color: #90A8DC;
}
.AnyTagClassName
{
color: #90A8DC;
}
</style>
background-color css
<style>
a { background-color: #90A8DC; }
a { background-color: rgb(144,168,220); }
div.DivClassName
{
background-color: #90A8DC;
}
.BgClassName
{
background-color: #90A8DC;
}
</style>
border-color css
<style>
span { border-color: #90A8DC; }
span { border-color: rgb(144,168,220); }
td.TdClassName
{
border-color: #90A8DC;
}
.TagClassName
{
border-color: #90A8DC;
}
</style>