Shades of Polo Blue #90B4D6
Tints of Polo Blue #90B4D6
RGB
CMYK
RGB Variations
Color information
#90B4D6 (or 0x90B4D6) is known color: Polo Blue. HEX triplet: 90, B4 and D6. RGB value is (144,180,214). Sum of RGB (Red+Green+Blue) = 144+180+214=538 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.77% from 538); Green value is 180 (70.70% from 255 or 33.46% from 538); Blue value is 214 (83.98% from 255 or 39.78% from 538); Max value from RGB is 214 - color contains mainly: blue. Hex color #90B4D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90B4D6 is #6F4B29. Grayscale: #ACACAC. Windows color (decimal): -7293738 or 14070928. OLE color: 14070928.
HSL color Cylindrical-coordinate representation of color #90B4D6: hue angle of 209.14º 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 #90B4D6 is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 144 | 180 | 214 | - |
| CMYK | 0.33 | 0.16 | 0 | 0.16 |
| HSL | 209.14º | 0.46% | 0.7% | - |
| HSV(B) | 209.14º | 0.33% | 0.84% | - |
| XYZ | 39.96 | 43.43 | 69.89 | - |
| YUV | 173.11 | 151.07 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 180 | 214 | 0.33 | 0.16 | 0 | 0.16 | 209.14 | 0.46 | 0.7 |
| Hex | 90 | B4 | D6 | 21 | 10 | 0 | 10 | D1 | 2E | 46 |
| Octal | 220 | 264 | 326 | 41 | 20 | 0 | 20 | 321 | 56 | 106 |
| Binary | 10010000 | 10110100 | 11010110 | 100001 | 10000 | 0 | 10000 | 11010001 | 101110 | 1000110 |
Color Harmonies of #90B4D6
Complementary color
Monochromatic Colors of #90B4D6
Black with #90B4D6
Text Example
Text Example
White with #90B4D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B4D6; }
p { color: rgb(144,180,214); }
H1.HeaderClassName
{
color: #90B4D6;
}
.AnyTagClassName
{
color: #90B4D6;
}
</style>
background-color css
<style>
a { background-color: #90B4D6; }
a { background-color: rgb(144,180,214); }
div.DivClassName
{
background-color: #90B4D6;
}
.BgClassName
{
background-color: #90B4D6;
}
</style>
border-color css
<style>
span { border-color: #90B4D6; }
span { border-color: rgb(144,180,214); }
td.TdClassName
{
border-color: #90B4D6;
}
.TagClassName
{
border-color: #90B4D6;
}
</style>