Shades of Polo Blue #90ABCF
Tints of Polo Blue #90ABCF
RGB
CMYK
RGB Variations
Color information
#90ABCF (or 0x90ABCF) is known color: Polo Blue. HEX triplet: 90, AB and CF. RGB value is (144,171,207). Sum of RGB (Red+Green+Blue) = 144+171+207=522 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.59% from 522); Green value is 171 (67.19% from 255 or 32.76% from 522); Blue value is 207 (81.25% from 255 or 39.66% from 522); Max value from RGB is 207 - color contains mainly: blue. Hex color #90ABCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90ABCF is #6F5430. Grayscale: #A6A6A6. Windows color (decimal): -7296049 or 13609872. OLE color: 13609872.
HSL color Cylindrical-coordinate representation of color #90ABCF: hue angle of 214.29º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90ABCF is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 171 | 207 | - |
| CMYK | 0.30 | 0.17 | 0 | 0.19 |
| HSL | 214.29º | 0.4% | 0.69% | - |
| HSV(B) | 214.29º | 0.3% | 0.81% | - |
| XYZ | 37.33 | 39.56 | 64.7 | - |
| YUV | 167.03 | 150.55 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 171 | 207 | 0.30 | 0.17 | 0 | 0.19 | 214.29 | 0.4 | 0.69 |
| Hex | 90 | AB | CF | 1E | 11 | 0 | 13 | D6 | 28 | 45 |
| Octal | 220 | 253 | 317 | 36 | 21 | 0 | 23 | 326 | 50 | 105 |
| Binary | 10010000 | 10101011 | 11001111 | 11110 | 10001 | 0 | 10011 | 11010110 | 101000 | 1000101 |
Color Harmonies of #90ABCF
Complementary color
Monochromatic Colors of #90ABCF
Black with #90ABCF
Text Example
Text Example
White with #90ABCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90ABCF; }
p { color: rgb(144,171,207); }
H1.HeaderClassName
{
color: #90ABCF;
}
.AnyTagClassName
{
color: #90ABCF;
}
</style>
background-color css
<style>
a { background-color: #90ABCF; }
a { background-color: rgb(144,171,207); }
div.DivClassName
{
background-color: #90ABCF;
}
.BgClassName
{
background-color: #90ABCF;
}
</style>
border-color css
<style>
span { border-color: #90ABCF; }
span { border-color: rgb(144,171,207); }
td.TdClassName
{
border-color: #90ABCF;
}
.TagClassName
{
border-color: #90ABCF;
}
</style>