Shades of Polo Blue #90B3CE
Tints of Polo Blue #90B3CE
RGB
CMYK
RGB Variations
Color information
#90B3CE (or 0x90B3CE) is known color: Polo Blue. HEX triplet: 90, B3 and CE. RGB value is (144,179,206). Sum of RGB (Red+Green+Blue) = 144+179+206=529 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.22% from 529); Green value is 179 (70.31% from 255 or 33.84% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 206 - color contains mainly: blue. Hex color #90B3CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90B3CE is #6F4C31. Grayscale: #ABABAB. Windows color (decimal): -7294002 or 13546384. OLE color: 13546384.
HSL color Cylindrical-coordinate representation of color #90B3CE: hue angle of 206.13º degrees, saturation: 0.39, 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 #90B3CE is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 179 | 206 | - |
| CMYK | 0.30 | 0.13 | 0 | 0.19 |
| HSL | 206.13º | 0.39% | 0.69% | - |
| HSV(B) | 206.13º | 0.3% | 0.81% | - |
| XYZ | 38.76 | 42.63 | 64.58 | - |
| YUV | 171.61 | 147.4 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 179 | 206 | 0.30 | 0.13 | 0 | 0.19 | 206.13 | 0.39 | 0.69 |
| Hex | 90 | B3 | CE | 1E | D | 0 | 13 | CE | 27 | 45 |
| Octal | 220 | 263 | 316 | 36 | 15 | 0 | 23 | 316 | 47 | 105 |
| Binary | 10010000 | 10110011 | 11001110 | 11110 | 1101 | 0 | 10011 | 11001110 | 100111 | 1000101 |
Color Harmonies of #90B3CE
Complementary color
Monochromatic Colors of #90B3CE
Black with #90B3CE
Text Example
Text Example
White with #90B3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B3CE; }
p { color: rgb(144,179,206); }
H1.HeaderClassName
{
color: #90B3CE;
}
.AnyTagClassName
{
color: #90B3CE;
}
</style>
background-color css
<style>
a { background-color: #90B3CE; }
a { background-color: rgb(144,179,206); }
div.DivClassName
{
background-color: #90B3CE;
}
.BgClassName
{
background-color: #90B3CE;
}
</style>
border-color css
<style>
span { border-color: #90B3CE; }
span { border-color: rgb(144,179,206); }
td.TdClassName
{
border-color: #90B3CE;
}
.TagClassName
{
border-color: #90B3CE;
}
</style>