Shades of Polo Blue #90AFDB
Tints of Polo Blue #90AFDB
RGB
CMYK
RGB Variations
Color information
#90AFDB (or 0x90AFDB) is known color: Polo Blue. HEX triplet: 90, AF and DB. RGB value is (144,175,219). Sum of RGB (Red+Green+Blue) = 144+175+219=538 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.77% from 538); Green value is 175 (68.75% from 255 or 32.53% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #90AFDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90AFDB is #6F5024. Grayscale: #AAAAAA. Windows color (decimal): -7295013 or 14397328. OLE color: 14397328.
HSL color Cylindrical-coordinate representation of color #90AFDB: hue angle of 215.2º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #90AFDB is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 175 | 219 | - |
| CMYK | 0.34 | 0.20 | 0 | 0.14 |
| HSL | 215.2º | 0.51% | 0.71% | - |
| HSV(B) | 215.2º | 0.34% | 0.86% | - |
| XYZ | 39.62 | 41.7 | 72.98 | - |
| YUV | 170.75 | 155.23 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 175 | 219 | 0.34 | 0.20 | 0 | 0.14 | 215.2 | 0.51 | 0.71 |
| Hex | 90 | AF | DB | 22 | 14 | 0 | E | D7 | 33 | 47 |
| Octal | 220 | 257 | 333 | 42 | 24 | 0 | 16 | 327 | 63 | 107 |
| Binary | 10010000 | 10101111 | 11011011 | 100010 | 10100 | 0 | 1110 | 11010111 | 110011 | 1000111 |
Color Harmonies of #90AFDB
Complementary color
Monochromatic Colors of #90AFDB
Black with #90AFDB
Text Example
Text Example
White with #90AFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AFDB; }
p { color: rgb(144,175,219); }
H1.HeaderClassName
{
color: #90AFDB;
}
.AnyTagClassName
{
color: #90AFDB;
}
</style>
background-color css
<style>
a { background-color: #90AFDB; }
a { background-color: rgb(144,175,219); }
div.DivClassName
{
background-color: #90AFDB;
}
.BgClassName
{
background-color: #90AFDB;
}
</style>
border-color css
<style>
span { border-color: #90AFDB; }
span { border-color: rgb(144,175,219); }
td.TdClassName
{
border-color: #90AFDB;
}
.TagClassName
{
border-color: #90AFDB;
}
</style>