Shades of Polo Blue #90B1CE
Tints of Polo Blue #90B1CE
RGB
CMYK
RGB Variations
Color information
#90B1CE (or 0x90B1CE) is known color: Polo Blue. HEX triplet: 90, B1 and CE. RGB value is (144,177,206). Sum of RGB (Red+Green+Blue) = 144+177+206=527 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.32% from 527); Green value is 177 (69.53% from 255 or 33.59% from 527); Blue value is 206 (80.86% from 255 or 39.09% from 527); Max value from RGB is 206 - color contains mainly: blue. Hex color #90B1CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90B1CE is #6F4E31. Grayscale: #AAAAAA. Windows color (decimal): -7294514 or 13545872. OLE color: 13545872.
HSL color Cylindrical-coordinate representation of color #90B1CE: hue angle of 208.06º 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 #90B1CE is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 177 | 206 | - |
| CMYK | 0.30 | 0.14 | 0 | 0.19 |
| HSL | 208.06º | 0.39% | 0.69% | - |
| HSV(B) | 208.06º | 0.3% | 0.81% | - |
| XYZ | 38.36 | 41.83 | 64.44 | - |
| YUV | 170.44 | 148.07 | 109.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 177 | 206 | 0.30 | 0.14 | 0 | 0.19 | 208.06 | 0.39 | 0.69 |
| Hex | 90 | B1 | CE | 1E | E | 0 | 13 | D0 | 27 | 45 |
| Octal | 220 | 261 | 316 | 36 | 16 | 0 | 23 | 320 | 47 | 105 |
| Binary | 10010000 | 10110001 | 11001110 | 11110 | 1110 | 0 | 10011 | 11010000 | 100111 | 1000101 |
Color Harmonies of #90B1CE
Complementary color
Monochromatic Colors of #90B1CE
Black with #90B1CE
Text Example
Text Example
White with #90B1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B1CE; }
p { color: rgb(144,177,206); }
H1.HeaderClassName
{
color: #90B1CE;
}
.AnyTagClassName
{
color: #90B1CE;
}
</style>
background-color css
<style>
a { background-color: #90B1CE; }
a { background-color: rgb(144,177,206); }
div.DivClassName
{
background-color: #90B1CE;
}
.BgClassName
{
background-color: #90B1CE;
}
</style>
border-color css
<style>
span { border-color: #90B1CE; }
span { border-color: rgb(144,177,206); }
td.TdClassName
{
border-color: #90B1CE;
}
.TagClassName
{
border-color: #90B1CE;
}
</style>