Shades of Polo Blue #90BAD6
Tints of Polo Blue #90BAD6
RGB
CMYK
RGB Variations
Color information
#90BAD6 (or 0x90BAD6) is known color: Polo Blue. HEX triplet: 90, BA and D6. RGB value is (144,186,214). Sum of RGB (Red+Green+Blue) = 144+186+214=544 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.47% from 544); Green value is 186 (73.05% from 255 or 34.19% from 544); Blue value is 214 (83.98% from 255 or 39.34% from 544); Max value from RGB is 214 - color contains mainly: blue. Hex color #90BAD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BAD6 is #6F4529. Grayscale: #B0B0B0. Windows color (decimal): -7292202 or 14072464. OLE color: 14072464.
HSL color Cylindrical-coordinate representation of color #90BAD6: hue angle of 204º 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 #90BAD6 is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 144 | 186 | 214 | - |
| CMYK | 0.33 | 0.13 | 0 | 0.16 |
| HSL | 204º | 0.46% | 0.7% | - |
| HSV(B) | 204º | 0.33% | 0.84% | - |
| XYZ | 41.2 | 45.9 | 70.31 | - |
| YUV | 176.63 | 149.09 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 186 | 214 | 0.33 | 0.13 | 0 | 0.16 | 204 | 0.46 | 0.7 |
| Hex | 90 | BA | D6 | 21 | D | 0 | 10 | CC | 2E | 46 |
| Octal | 220 | 272 | 326 | 41 | 15 | 0 | 20 | 314 | 56 | 106 |
| Binary | 10010000 | 10111010 | 11010110 | 100001 | 1101 | 0 | 10000 | 11001100 | 101110 | 1000110 |
Color Harmonies of #90BAD6
Complementary color
Monochromatic Colors of #90BAD6
Black with #90BAD6
Text Example
Text Example
White with #90BAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BAD6; }
p { color: rgb(144,186,214); }
H1.HeaderClassName
{
color: #90BAD6;
}
.AnyTagClassName
{
color: #90BAD6;
}
</style>
background-color css
<style>
a { background-color: #90BAD6; }
a { background-color: rgb(144,186,214); }
div.DivClassName
{
background-color: #90BAD6;
}
.BgClassName
{
background-color: #90BAD6;
}
</style>
border-color css
<style>
span { border-color: #90BAD6; }
span { border-color: rgb(144,186,214); }
td.TdClassName
{
border-color: #90BAD6;
}
.TagClassName
{
border-color: #90BAD6;
}
</style>