Shades of Polo Blue #90B7CE
Tints of Polo Blue #90B7CE
RGB
CMYK
RGB Variations
Color information
#90B7CE (or 0x90B7CE) is known color: Polo Blue. HEX triplet: 90, B7 and CE. RGB value is (144,183,206). Sum of RGB (Red+Green+Blue) = 144+183+206=533 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.02% from 533); Green value is 183 (71.88% from 255 or 34.33% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 206 - color contains mainly: blue. Hex color #90B7CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90B7CE is #6F4831. Grayscale: #ADADAD. Windows color (decimal): -7292978 or 13547408. OLE color: 13547408.
HSL color Cylindrical-coordinate representation of color #90B7CE: hue angle of 202.26º 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 #90B7CE is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 183 | 206 | - |
| CMYK | 0.30 | 0.11 | 0 | 0.19 |
| HSL | 202.26º | 0.39% | 0.69% | - |
| HSV(B) | 202.26º | 0.3% | 0.81% | - |
| XYZ | 39.58 | 44.25 | 64.85 | - |
| YUV | 173.96 | 146.08 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 183 | 206 | 0.30 | 0.11 | 0 | 0.19 | 202.26 | 0.39 | 0.69 |
| Hex | 90 | B7 | CE | 1E | B | 0 | 13 | CA | 27 | 45 |
| Octal | 220 | 267 | 316 | 36 | 13 | 0 | 23 | 312 | 47 | 105 |
| Binary | 10010000 | 10110111 | 11001110 | 11110 | 1011 | 0 | 10011 | 11001010 | 100111 | 1000101 |
Color Harmonies of #90B7CE
Complementary color
Monochromatic Colors of #90B7CE
Black with #90B7CE
Text Example
Text Example
White with #90B7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B7CE; }
p { color: rgb(144,183,206); }
H1.HeaderClassName
{
color: #90B7CE;
}
.AnyTagClassName
{
color: #90B7CE;
}
</style>
background-color css
<style>
a { background-color: #90B7CE; }
a { background-color: rgb(144,183,206); }
div.DivClassName
{
background-color: #90B7CE;
}
.BgClassName
{
background-color: #90B7CE;
}
</style>
border-color css
<style>
span { border-color: #90B7CE; }
span { border-color: rgb(144,183,206); }
td.TdClassName
{
border-color: #90B7CE;
}
.TagClassName
{
border-color: #90B7CE;
}
</style>