Shades of Polo Blue #90AFDD
Tints of Polo Blue #90AFDD
RGB
CMYK
RGB Variations
Color information
#90AFDD (or 0x90AFDD) is known color: Polo Blue. HEX triplet: 90, AF and DD. RGB value is (144,175,221). Sum of RGB (Red+Green+Blue) = 144+175+221=540 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.67% from 540); Green value is 175 (68.75% from 255 or 32.41% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #90AFDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90AFDD is #6F5022. Grayscale: #AAAAAA. Windows color (decimal): -7295011 or 14528400. OLE color: 14528400.
HSL color Cylindrical-coordinate representation of color #90AFDD: hue angle of 215.84º degrees, saturation: 0.53, 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 #90AFDD is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 175 | 221 | - |
| CMYK | 0.35 | 0.21 | 0 | 0.13 |
| HSL | 215.84º | 0.53% | 0.72% | - |
| HSV(B) | 215.84º | 0.35% | 0.87% | - |
| XYZ | 39.88 | 41.81 | 74.37 | - |
| YUV | 170.98 | 156.23 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 175 | 221 | 0.35 | 0.21 | 0 | 0.13 | 215.84 | 0.53 | 0.72 |
| Hex | 90 | AF | DD | 23 | 15 | 0 | D | D8 | 35 | 48 |
| Octal | 220 | 257 | 335 | 43 | 25 | 0 | 15 | 330 | 65 | 110 |
| Binary | 10010000 | 10101111 | 11011101 | 100011 | 10101 | 0 | 1101 | 11011000 | 110101 | 1001000 |
Color Harmonies of #90AFDD
Complementary color
Monochromatic Colors of #90AFDD
Black with #90AFDD
Text Example
Text Example
White with #90AFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AFDD; }
p { color: rgb(144,175,221); }
H1.HeaderClassName
{
color: #90AFDD;
}
.AnyTagClassName
{
color: #90AFDD;
}
</style>
background-color css
<style>
a { background-color: #90AFDD; }
a { background-color: rgb(144,175,221); }
div.DivClassName
{
background-color: #90AFDD;
}
.BgClassName
{
background-color: #90AFDD;
}
</style>
border-color css
<style>
span { border-color: #90AFDD; }
span { border-color: rgb(144,175,221); }
td.TdClassName
{
border-color: #90AFDD;
}
.TagClassName
{
border-color: #90AFDD;
}
</style>