Shades of Polo Blue #90B5DC
Tints of Polo Blue #90B5DC
RGB
CMYK
RGB Variations
Color information
#90B5DC (or 0x90B5DC) is known color: Polo Blue. HEX triplet: 90, B5 and DC. RGB value is (144,181,220). Sum of RGB (Red+Green+Blue) = 144+181+220=545 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.42% from 545); Green value is 181 (71.09% from 255 or 33.21% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 220 - color contains mainly: blue. Hex color #90B5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90B5DC is #6F4A23. Grayscale: #AEAEAE. Windows color (decimal): -7293476 or 14464400. OLE color: 14464400.
HSL color Cylindrical-coordinate representation of color #90B5DC: hue angle of 210.79º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90B5DC is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 181 | 220 | - |
| CMYK | 0.35 | 0.18 | 0 | 0.14 |
| HSL | 210.79º | 0.52% | 0.71% | - |
| HSV(B) | 210.79º | 0.35% | 0.86% | - |
| XYZ | 40.94 | 44.14 | 74.07 | - |
| YUV | 174.38 | 153.74 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 181 | 220 | 0.35 | 0.18 | 0 | 0.14 | 210.79 | 0.52 | 0.71 |
| Hex | 90 | B5 | DC | 23 | 12 | 0 | E | D3 | 34 | 47 |
| Octal | 220 | 265 | 334 | 43 | 22 | 0 | 16 | 323 | 64 | 107 |
| Binary | 10010000 | 10110101 | 11011100 | 100011 | 10010 | 0 | 1110 | 11010011 | 110100 | 1000111 |
Color Harmonies of #90B5DC
Complementary color
Monochromatic Colors of #90B5DC
Black with #90B5DC
Text Example
Text Example
White with #90B5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B5DC; }
p { color: rgb(144,181,220); }
H1.HeaderClassName
{
color: #90B5DC;
}
.AnyTagClassName
{
color: #90B5DC;
}
</style>
background-color css
<style>
a { background-color: #90B5DC; }
a { background-color: rgb(144,181,220); }
div.DivClassName
{
background-color: #90B5DC;
}
.BgClassName
{
background-color: #90B5DC;
}
</style>
border-color css
<style>
span { border-color: #90B5DC; }
span { border-color: rgb(144,181,220); }
td.TdClassName
{
border-color: #90B5DC;
}
.TagClassName
{
border-color: #90B5DC;
}
</style>