Shades of Polo Blue #90B2D5
Tints of Polo Blue #90B2D5
RGB
CMYK
RGB Variations
Color information
#90B2D5 (or 0x90B2D5) is known color: Polo Blue. HEX triplet: 90, B2 and D5. RGB value is (144,178,213). Sum of RGB (Red+Green+Blue) = 144+178+213=535 (70% of max value = 765). Red value is 144 (56.64% from 255 or 26.92% from 535); Green value is 178 (69.92% from 255 or 33.27% from 535); Blue value is 213 (83.59% from 255 or 39.81% from 535); Max value from RGB is 213 - color contains mainly: blue. Hex color #90B2D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90B2D5 is #6F4D2A. Grayscale: #ABABAB. Windows color (decimal): -7294251 or 14004880. OLE color: 14004880.
HSL color Cylindrical-coordinate representation of color #90B2D5: hue angle of 210.43º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #90B2D5 is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 144 | 178 | 213 | - |
| CMYK | 0.32 | 0.16 | 0 | 0.16 |
| HSL | 210.43º | 0.45% | 0.7% | - |
| HSV(B) | 210.43º | 0.32% | 0.84% | - |
| XYZ | 39.43 | 42.57 | 69.09 | - |
| YUV | 171.82 | 151.24 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 178 | 213 | 0.32 | 0.16 | 0 | 0.16 | 210.43 | 0.45 | 0.7 |
| Hex | 90 | B2 | D5 | 20 | 10 | 0 | 10 | D2 | 2D | 46 |
| Octal | 220 | 262 | 325 | 40 | 20 | 0 | 20 | 322 | 55 | 106 |
| Binary | 10010000 | 10110010 | 11010101 | 100000 | 10000 | 0 | 10000 | 11010010 | 101101 | 1000110 |
Color Harmonies of #90B2D5
Complementary color
Monochromatic Colors of #90B2D5
Black with #90B2D5
Text Example
Text Example
White with #90B2D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B2D5; }
p { color: rgb(144,178,213); }
H1.HeaderClassName
{
color: #90B2D5;
}
.AnyTagClassName
{
color: #90B2D5;
}
</style>
background-color css
<style>
a { background-color: #90B2D5; }
a { background-color: rgb(144,178,213); }
div.DivClassName
{
background-color: #90B2D5;
}
.BgClassName
{
background-color: #90B2D5;
}
</style>
border-color css
<style>
span { border-color: #90B2D5; }
span { border-color: rgb(144,178,213); }
td.TdClassName
{
border-color: #90B2D5;
}
.TagClassName
{
border-color: #90B2D5;
}
</style>