Shades of Polo Blue #90B7DD
Tints of Polo Blue #90B7DD
RGB
CMYK
RGB Variations
Color information
#90B7DD (or 0x90B7DD) is known color: Polo Blue. HEX triplet: 90, B7 and DD. RGB value is (144,183,221). Sum of RGB (Red+Green+Blue) = 144+183+221=548 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.28% from 548); Green value is 183 (71.88% from 255 or 33.39% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 221 - color contains mainly: blue. Hex color #90B7DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90B7DD is #6F4822. Grayscale: #AFAFAF. Windows color (decimal): -7292963 or 14530448. OLE color: 14530448.
HSL color Cylindrical-coordinate representation of color #90B7DD: hue angle of 209.61º 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 #90B7DD is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 183 | 221 | - |
| CMYK | 0.35 | 0.17 | 0 | 0.13 |
| HSL | 209.61º | 0.53% | 0.72% | - |
| HSV(B) | 209.61º | 0.35% | 0.87% | - |
| XYZ | 41.49 | 45.02 | 74.91 | - |
| YUV | 175.67 | 153.58 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 183 | 221 | 0.35 | 0.17 | 0 | 0.13 | 209.61 | 0.53 | 0.72 |
| Hex | 90 | B7 | DD | 23 | 11 | 0 | D | D2 | 35 | 48 |
| Octal | 220 | 267 | 335 | 43 | 21 | 0 | 15 | 322 | 65 | 110 |
| Binary | 10010000 | 10110111 | 11011101 | 100011 | 10001 | 0 | 1101 | 11010010 | 110101 | 1001000 |
Color Harmonies of #90B7DD
Complementary color
Monochromatic Colors of #90B7DD
Black with #90B7DD
Text Example
Text Example
White with #90B7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B7DD; }
p { color: rgb(144,183,221); }
H1.HeaderClassName
{
color: #90B7DD;
}
.AnyTagClassName
{
color: #90B7DD;
}
</style>
background-color css
<style>
a { background-color: #90B7DD; }
a { background-color: rgb(144,183,221); }
div.DivClassName
{
background-color: #90B7DD;
}
.BgClassName
{
background-color: #90B7DD;
}
</style>
border-color css
<style>
span { border-color: #90B7DD; }
span { border-color: rgb(144,183,221); }
td.TdClassName
{
border-color: #90B7DD;
}
.TagClassName
{
border-color: #90B7DD;
}
</style>