Shades of Polo Blue #90B7DA
Tints of Polo Blue #90B7DA
RGB
CMYK
RGB Variations
Color information
#90B7DA (or 0x90B7DA) is known color: Polo Blue. HEX triplet: 90, B7 and DA. RGB value is (144,183,218). Sum of RGB (Red+Green+Blue) = 144+183+218=545 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.42% from 545); Green value is 183 (71.88% from 255 or 33.58% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 218 - color contains mainly: blue. Hex color #90B7DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90B7DA is #6F4825. Grayscale: #AFAFAF. Windows color (decimal): -7292966 or 14333840. OLE color: 14333840.
HSL color Cylindrical-coordinate representation of color #90B7DA: hue angle of 208.38º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #90B7DA is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 183 | 218 | - |
| CMYK | 0.34 | 0.16 | 0 | 0.15 |
| HSL | 208.38º | 0.5% | 0.71% | - |
| HSV(B) | 208.38º | 0.34% | 0.85% | - |
| XYZ | 41.09 | 44.86 | 72.82 | - |
| YUV | 175.33 | 152.08 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 183 | 218 | 0.34 | 0.16 | 0 | 0.15 | 208.38 | 0.5 | 0.71 |
| Hex | 90 | B7 | DA | 22 | 10 | 0 | F | D0 | 32 | 47 |
| Octal | 220 | 267 | 332 | 42 | 20 | 0 | 17 | 320 | 62 | 107 |
| Binary | 10010000 | 10110111 | 11011010 | 100010 | 10000 | 0 | 1111 | 11010000 | 110010 | 1000111 |
Color Harmonies of #90B7DA
Complementary color
Monochromatic Colors of #90B7DA
Black with #90B7DA
Text Example
Text Example
White with #90B7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B7DA; }
p { color: rgb(144,183,218); }
H1.HeaderClassName
{
color: #90B7DA;
}
.AnyTagClassName
{
color: #90B7DA;
}
</style>
background-color css
<style>
a { background-color: #90B7DA; }
a { background-color: rgb(144,183,218); }
div.DivClassName
{
background-color: #90B7DA;
}
.BgClassName
{
background-color: #90B7DA;
}
</style>
border-color css
<style>
span { border-color: #90B7DA; }
span { border-color: rgb(144,183,218); }
td.TdClassName
{
border-color: #90B7DA;
}
.TagClassName
{
border-color: #90B7DA;
}
</style>