Shades of Polo Blue #90B0DF
Tints of Polo Blue #90B0DF
RGB
CMYK
RGB Variations
Color information
#90B0DF (or 0x90B0DF) is known color: Polo Blue. HEX triplet: 90, B0 and DF. RGB value is (144,176,223). Sum of RGB (Red+Green+Blue) = 144+176+223=543 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.52% from 543); Green value is 176 (69.14% from 255 or 32.41% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #90B0DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90B0DF is #6F4F20. Grayscale: #ABABAB. Windows color (decimal): -7294753 or 14659728. OLE color: 14659728.
HSL color Cylindrical-coordinate representation of color #90B0DF: hue angle of 215.7º degrees, saturation: 0.55, 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 #90B0DF is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 176 | 223 | - |
| CMYK | 0.35 | 0.21 | 0 | 0.13 |
| HSL | 215.7º | 0.55% | 0.72% | - |
| HSV(B) | 215.7º | 0.35% | 0.87% | - |
| XYZ | 40.35 | 42.31 | 75.85 | - |
| YUV | 171.79 | 156.9 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 176 | 223 | 0.35 | 0.21 | 0 | 0.13 | 215.7 | 0.55 | 0.72 |
| Hex | 90 | B0 | DF | 23 | 15 | 0 | D | D8 | 37 | 48 |
| Octal | 220 | 260 | 337 | 43 | 25 | 0 | 15 | 330 | 67 | 110 |
| Binary | 10010000 | 10110000 | 11011111 | 100011 | 10101 | 0 | 1101 | 11011000 | 110111 | 1001000 |
Color Harmonies of #90B0DF
Complementary color
Monochromatic Colors of #90B0DF
Black with #90B0DF
Text Example
Text Example
White with #90B0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B0DF; }
p { color: rgb(144,176,223); }
H1.HeaderClassName
{
color: #90B0DF;
}
.AnyTagClassName
{
color: #90B0DF;
}
</style>
background-color css
<style>
a { background-color: #90B0DF; }
a { background-color: rgb(144,176,223); }
div.DivClassName
{
background-color: #90B0DF;
}
.BgClassName
{
background-color: #90B0DF;
}
</style>
border-color css
<style>
span { border-color: #90B0DF; }
span { border-color: rgb(144,176,223); }
td.TdClassName
{
border-color: #90B0DF;
}
.TagClassName
{
border-color: #90B0DF;
}
</style>