Shades of Polo Blue #90B3D6
Tints of Polo Blue #90B3D6
RGB
CMYK
RGB Variations
Color information
#90B3D6 (or 0x90B3D6) is known color: Polo Blue. HEX triplet: 90, B3 and D6. RGB value is (144,179,214). Sum of RGB (Red+Green+Blue) = 144+179+214=537 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.82% from 537); Green value is 179 (70.31% from 255 or 33.33% from 537); Blue value is 214 (83.98% from 255 or 39.85% from 537); Max value from RGB is 214 - color contains mainly: blue. Hex color #90B3D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90B3D6 is #6F4C29. Grayscale: #ACACAC. Windows color (decimal): -7293994 or 14070672. OLE color: 14070672.
HSL color Cylindrical-coordinate representation of color #90B3D6: hue angle of 210º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #90B3D6 is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 144 | 179 | 214 | - |
| CMYK | 0.33 | 0.16 | 0 | 0.16 |
| HSL | 210º | 0.46% | 0.7% | - |
| HSV(B) | 210º | 0.33% | 0.84% | - |
| XYZ | 39.76 | 43.02 | 69.83 | - |
| YUV | 172.53 | 151.4 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 179 | 214 | 0.33 | 0.16 | 0 | 0.16 | 210 | 0.46 | 0.7 |
| Hex | 90 | B3 | D6 | 21 | 10 | 0 | 10 | D2 | 2E | 46 |
| Octal | 220 | 263 | 326 | 41 | 20 | 0 | 20 | 322 | 56 | 106 |
| Binary | 10010000 | 10110011 | 11010110 | 100001 | 10000 | 0 | 10000 | 11010010 | 101110 | 1000110 |
Color Harmonies of #90B3D6
Complementary color
Monochromatic Colors of #90B3D6
Black with #90B3D6
Text Example
Text Example
White with #90B3D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B3D6; }
p { color: rgb(144,179,214); }
H1.HeaderClassName
{
color: #90B3D6;
}
.AnyTagClassName
{
color: #90B3D6;
}
</style>
background-color css
<style>
a { background-color: #90B3D6; }
a { background-color: rgb(144,179,214); }
div.DivClassName
{
background-color: #90B3D6;
}
.BgClassName
{
background-color: #90B3D6;
}
</style>
border-color css
<style>
span { border-color: #90B3D6; }
span { border-color: rgb(144,179,214); }
td.TdClassName
{
border-color: #90B3D6;
}
.TagClassName
{
border-color: #90B3D6;
}
</style>