Shades of Polo Blue #90B4DB
Tints of Polo Blue #90B4DB
RGB
CMYK
RGB Variations
Color information
#90B4DB (or 0x90B4DB) is known color: Polo Blue. HEX triplet: 90, B4 and DB. RGB value is (144,180,219). Sum of RGB (Red+Green+Blue) = 144+180+219=543 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.52% from 543); Green value is 180 (70.70% from 255 or 33.15% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #90B4DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90B4DB is #6F4B24. Grayscale: #ADADAD. Windows color (decimal): -7293733 or 14398608. OLE color: 14398608.
HSL color Cylindrical-coordinate representation of color #90B4DB: hue angle of 211.2º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #90B4DB is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 180 | 219 | - |
| CMYK | 0.34 | 0.18 | 0 | 0.14 |
| HSL | 211.2º | 0.51% | 0.71% | - |
| HSV(B) | 211.2º | 0.34% | 0.86% | - |
| XYZ | 40.61 | 43.69 | 73.31 | - |
| YUV | 173.68 | 153.57 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 180 | 219 | 0.34 | 0.18 | 0 | 0.14 | 211.2 | 0.51 | 0.71 |
| Hex | 90 | B4 | DB | 22 | 12 | 0 | E | D3 | 33 | 47 |
| Octal | 220 | 264 | 333 | 42 | 22 | 0 | 16 | 323 | 63 | 107 |
| Binary | 10010000 | 10110100 | 11011011 | 100010 | 10010 | 0 | 1110 | 11010011 | 110011 | 1000111 |
Color Harmonies of #90B4DB
Complementary color
Monochromatic Colors of #90B4DB
Black with #90B4DB
Text Example
Text Example
White with #90B4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B4DB; }
p { color: rgb(144,180,219); }
H1.HeaderClassName
{
color: #90B4DB;
}
.AnyTagClassName
{
color: #90B4DB;
}
</style>
background-color css
<style>
a { background-color: #90B4DB; }
a { background-color: rgb(144,180,219); }
div.DivClassName
{
background-color: #90B4DB;
}
.BgClassName
{
background-color: #90B4DB;
}
</style>
border-color css
<style>
span { border-color: #90B4DB; }
span { border-color: rgb(144,180,219); }
td.TdClassName
{
border-color: #90B4DB;
}
.TagClassName
{
border-color: #90B4DB;
}
</style>