Shades of Polo Blue #90A9C4
Tints of Polo Blue #90A9C4
RGB
CMYK
RGB Variations
Color information
#90A9C4 (or 0x90A9C4) is known color: Polo Blue. HEX triplet: 90, A9 and C4. RGB value is (144,169,196). Sum of RGB (Red+Green+Blue) = 144+169+196=509 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.29% from 509); Green value is 169 (66.41% from 255 or 33.20% from 509); Blue value is 196 (76.95% from 255 or 38.51% from 509); Max value from RGB is 196 - color contains mainly: blue. Hex color #90A9C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A9C4 is #6F563B. Grayscale: #A4A4A4. Windows color (decimal): -7296572 or 12888464. OLE color: 12888464.
HSL color Cylindrical-coordinate representation of color #90A9C4: hue angle of 211.15º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #90A9C4 is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 144 | 169 | 196 | - |
| CMYK | 0.27 | 0.14 | 0 | 0.23 |
| HSL | 211.15º | 0.31% | 0.67% | - |
| HSV(B) | 211.15º | 0.27% | 0.77% | - |
| XYZ | 35.65 | 38.29 | 57.74 | - |
| YUV | 164.6 | 145.72 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 169 | 196 | 0.27 | 0.14 | 0 | 0.23 | 211.15 | 0.31 | 0.67 |
| Hex | 90 | A9 | C4 | 1B | E | 0 | 17 | D3 | 1F | 43 |
| Octal | 220 | 251 | 304 | 33 | 16 | 0 | 27 | 323 | 37 | 103 |
| Binary | 10010000 | 10101001 | 11000100 | 11011 | 1110 | 0 | 10111 | 11010011 | 11111 | 1000011 |
Color Harmonies of #90A9C4
Complementary color
Monochromatic Colors of #90A9C4
Black with #90A9C4
Text Example
Text Example
White with #90A9C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A9C4; }
p { color: rgb(144,169,196); }
H1.HeaderClassName
{
color: #90A9C4;
}
.AnyTagClassName
{
color: #90A9C4;
}
</style>
background-color css
<style>
a { background-color: #90A9C4; }
a { background-color: rgb(144,169,196); }
div.DivClassName
{
background-color: #90A9C4;
}
.BgClassName
{
background-color: #90A9C4;
}
</style>
border-color css
<style>
span { border-color: #90A9C4; }
span { border-color: rgb(144,169,196); }
td.TdClassName
{
border-color: #90A9C4;
}
.TagClassName
{
border-color: #90A9C4;
}
</style>