Shades of Polo Blue #90B1DB
Tints of Polo Blue #90B1DB
RGB
CMYK
RGB Variations
Color information
#90B1DB (or 0x90B1DB) is known color: Polo Blue. HEX triplet: 90, B1 and DB. RGB value is (144,177,219). Sum of RGB (Red+Green+Blue) = 144+177+219=540 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.67% from 540); Green value is 177 (69.53% from 255 or 32.78% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #90B1DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90B1DB is #6F4E24. Grayscale: #ABABAB. Windows color (decimal): -7294501 or 14397840. OLE color: 14397840.
HSL color Cylindrical-coordinate representation of color #90B1DB: hue angle of 213.6º 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 #90B1DB is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 177 | 219 | - |
| CMYK | 0.34 | 0.19 | 0 | 0.14 |
| HSL | 213.6º | 0.51% | 0.71% | - |
| HSV(B) | 213.6º | 0.34% | 0.86% | - |
| XYZ | 40.01 | 42.49 | 73.11 | - |
| YUV | 171.92 | 154.57 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 177 | 219 | 0.34 | 0.19 | 0 | 0.14 | 213.6 | 0.51 | 0.71 |
| Hex | 90 | B1 | DB | 22 | 13 | 0 | E | D6 | 33 | 47 |
| Octal | 220 | 261 | 333 | 42 | 23 | 0 | 16 | 326 | 63 | 107 |
| Binary | 10010000 | 10110001 | 11011011 | 100010 | 10011 | 0 | 1110 | 11010110 | 110011 | 1000111 |
Color Harmonies of #90B1DB
Complementary color
Monochromatic Colors of #90B1DB
Black with #90B1DB
Text Example
Text Example
White with #90B1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B1DB; }
p { color: rgb(144,177,219); }
H1.HeaderClassName
{
color: #90B1DB;
}
.AnyTagClassName
{
color: #90B1DB;
}
</style>
background-color css
<style>
a { background-color: #90B1DB; }
a { background-color: rgb(144,177,219); }
div.DivClassName
{
background-color: #90B1DB;
}
.BgClassName
{
background-color: #90B1DB;
}
</style>
border-color css
<style>
span { border-color: #90B1DB; }
span { border-color: rgb(144,177,219); }
td.TdClassName
{
border-color: #90B1DB;
}
.TagClassName
{
border-color: #90B1DB;
}
</style>