Shades of Polo Blue #90B2DF
Tints of Polo Blue #90B2DF
RGB
CMYK
RGB Variations
Color information
#90B2DF (or 0x90B2DF) is known color: Polo Blue. HEX triplet: 90, B2 and DF. RGB value is (144,178,223). Sum of RGB (Red+Green+Blue) = 144+178+223=545 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.42% from 545); Green value is 178 (69.92% from 255 or 32.66% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 223 - color contains mainly: blue. Hex color #90B2DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90B2DF is #6F4D20. Grayscale: #ACACAC. Windows color (decimal): -7294241 or 14660240. OLE color: 14660240.
HSL color Cylindrical-coordinate representation of color #90B2DF: hue angle of 214.18º 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 #90B2DF is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 178 | 223 | - |
| CMYK | 0.35 | 0.20 | 0 | 0.13 |
| HSL | 214.18º | 0.55% | 0.72% | - |
| HSV(B) | 214.18º | 0.35% | 0.87% | - |
| XYZ | 40.74 | 43.1 | 75.98 | - |
| YUV | 172.96 | 156.24 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 178 | 223 | 0.35 | 0.20 | 0 | 0.13 | 214.18 | 0.55 | 0.72 |
| Hex | 90 | B2 | DF | 23 | 14 | 0 | D | D6 | 37 | 48 |
| Octal | 220 | 262 | 337 | 43 | 24 | 0 | 15 | 326 | 67 | 110 |
| Binary | 10010000 | 10110010 | 11011111 | 100011 | 10100 | 0 | 1101 | 11010110 | 110111 | 1001000 |
Color Harmonies of #90B2DF
Complementary color
Monochromatic Colors of #90B2DF
Black with #90B2DF
Text Example
Text Example
White with #90B2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B2DF; }
p { color: rgb(144,178,223); }
H1.HeaderClassName
{
color: #90B2DF;
}
.AnyTagClassName
{
color: #90B2DF;
}
</style>
background-color css
<style>
a { background-color: #90B2DF; }
a { background-color: rgb(144,178,223); }
div.DivClassName
{
background-color: #90B2DF;
}
.BgClassName
{
background-color: #90B2DF;
}
</style>
border-color css
<style>
span { border-color: #90B2DF; }
span { border-color: rgb(144,178,223); }
td.TdClassName
{
border-color: #90B2DF;
}
.TagClassName
{
border-color: #90B2DF;
}
</style>