Shades of Polo Blue #90ACCB
Tints of Polo Blue #90ACCB
RGB
CMYK
RGB Variations
Color information
#90ACCB (or 0x90ACCB) is known color: Polo Blue. HEX triplet: 90, AC and CB. RGB value is (144,172,203). Sum of RGB (Red+Green+Blue) = 144+172+203=519 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.75% from 519); Green value is 172 (67.58% from 255 or 33.14% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 203 - color contains mainly: blue. Hex color #90ACCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90ACCB is #6F5334. Grayscale: #A7A7A7. Windows color (decimal): -7295797 or 13347984. OLE color: 13347984.
HSL color Cylindrical-coordinate representation of color #90ACCB: hue angle of 211.53º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #90ACCB is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 172 | 203 | - |
| CMYK | 0.29 | 0.15 | 0 | 0.20 |
| HSL | 211.53º | 0.36% | 0.68% | - |
| HSV(B) | 211.53º | 0.29% | 0.8% | - |
| XYZ | 37.03 | 39.75 | 62.22 | - |
| YUV | 167.16 | 148.22 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 172 | 203 | 0.29 | 0.15 | 0 | 0.20 | 211.53 | 0.36 | 0.68 |
| Hex | 90 | AC | CB | 1D | F | 0 | 14 | D4 | 24 | 44 |
| Octal | 220 | 254 | 313 | 35 | 17 | 0 | 24 | 324 | 44 | 104 |
| Binary | 10010000 | 10101100 | 11001011 | 11101 | 1111 | 0 | 10100 | 11010100 | 100100 | 1000100 |
Color Harmonies of #90ACCB
Complementary color
Monochromatic Colors of #90ACCB
Black with #90ACCB
Text Example
Text Example
White with #90ACCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90ACCB; }
p { color: rgb(144,172,203); }
H1.HeaderClassName
{
color: #90ACCB;
}
.AnyTagClassName
{
color: #90ACCB;
}
</style>
background-color css
<style>
a { background-color: #90ACCB; }
a { background-color: rgb(144,172,203); }
div.DivClassName
{
background-color: #90ACCB;
}
.BgClassName
{
background-color: #90ACCB;
}
</style>
border-color css
<style>
span { border-color: #90ACCB; }
span { border-color: rgb(144,172,203); }
td.TdClassName
{
border-color: #90ACCB;
}
.TagClassName
{
border-color: #90ACCB;
}
</style>