Shades of Polo Blue #90A8C3
Tints of Polo Blue #90A8C3
RGB
CMYK
RGB Variations
Color information
#90A8C3 (or 0x90A8C3) is known color: Polo Blue. HEX triplet: 90, A8 and C3. RGB value is (144,168,195). Sum of RGB (Red+Green+Blue) = 144+168+195=507 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.40% from 507); Green value is 168 (66.02% from 255 or 33.14% from 507); Blue value is 195 (76.56% from 255 or 38.46% from 507); Max value from RGB is 195 - color contains mainly: blue. Hex color #90A8C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A8C3 is #6F573C. Grayscale: #A3A3A3. Windows color (decimal): -7296829 or 12822672. OLE color: 12822672.
HSL color Cylindrical-coordinate representation of color #90A8C3: hue angle of 211.76º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #90A8C3 is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 168 | 195 | - |
| CMYK | 0.26 | 0.14 | 0 | 0.24 |
| HSL | 211.76º | 0.3% | 0.66% | - |
| HSV(B) | 211.76º | 0.26% | 0.76% | - |
| XYZ | 35.35 | 37.87 | 57.08 | - |
| YUV | 163.9 | 145.55 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 168 | 195 | 0.26 | 0.14 | 0 | 0.24 | 211.76 | 0.3 | 0.66 |
| Hex | 90 | A8 | C3 | 1A | E | 0 | 18 | D4 | 1E | 42 |
| Octal | 220 | 250 | 303 | 32 | 16 | 0 | 30 | 324 | 36 | 102 |
| Binary | 10010000 | 10101000 | 11000011 | 11010 | 1110 | 0 | 11000 | 11010100 | 11110 | 1000010 |
Color Harmonies of #90A8C3
Complementary color
Monochromatic Colors of #90A8C3
Black with #90A8C3
Text Example
Text Example
White with #90A8C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A8C3; }
p { color: rgb(144,168,195); }
H1.HeaderClassName
{
color: #90A8C3;
}
.AnyTagClassName
{
color: #90A8C3;
}
</style>
background-color css
<style>
a { background-color: #90A8C3; }
a { background-color: rgb(144,168,195); }
div.DivClassName
{
background-color: #90A8C3;
}
.BgClassName
{
background-color: #90A8C3;
}
</style>
border-color css
<style>
span { border-color: #90A8C3; }
span { border-color: rgb(144,168,195); }
td.TdClassName
{
border-color: #90A8C3;
}
.TagClassName
{
border-color: #90A8C3;
}
</style>