Shades of Polo Blue #90AEE0
Tints of Polo Blue #90AEE0
RGB
CMYK
RGB Variations
Color information
#90AEE0 (or 0x90AEE0) is known color: Polo Blue. HEX triplet: 90, AE and E0. RGB value is (144,174,224). Sum of RGB (Red+Green+Blue) = 144+174+224=542 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.57% from 542); Green value is 174 (68.36% from 255 or 32.10% from 542); Blue value is 224 (87.89% from 255 or 41.33% from 542); Max value from RGB is 224 - color contains mainly: blue. Hex color #90AEE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90AEE0 is #6F511F. Grayscale: #AAAAAA. Windows color (decimal): -7295264 or 14724752. OLE color: 14724752.
HSL color Cylindrical-coordinate representation of color #90AEE0: hue angle of 217.5º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #90AEE0 is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 144 | 174 | 224 | - |
| CMYK | 0.36 | 0.22 | 0 | 0.12 |
| HSL | 217.5º | 0.56% | 0.72% | - |
| HSV(B) | 217.5º | 0.36% | 0.88% | - |
| XYZ | 40.09 | 41.58 | 76.43 | - |
| YUV | 170.73 | 158.06 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 174 | 224 | 0.36 | 0.22 | 0 | 0.12 | 217.5 | 0.56 | 0.72 |
| Hex | 90 | AE | E0 | 24 | 16 | 0 | C | DA | 38 | 48 |
| Octal | 220 | 256 | 340 | 44 | 26 | 0 | 14 | 332 | 70 | 110 |
| Binary | 10010000 | 10101110 | 11100000 | 100100 | 10110 | 0 | 1100 | 11011010 | 111000 | 1001000 |
Color Harmonies of #90AEE0
Complementary color
Monochromatic Colors of #90AEE0
Black with #90AEE0
Text Example
Text Example
White with #90AEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AEE0; }
p { color: rgb(144,174,224); }
H1.HeaderClassName
{
color: #90AEE0;
}
.AnyTagClassName
{
color: #90AEE0;
}
</style>
background-color css
<style>
a { background-color: #90AEE0; }
a { background-color: rgb(144,174,224); }
div.DivClassName
{
background-color: #90AEE0;
}
.BgClassName
{
background-color: #90AEE0;
}
</style>
border-color css
<style>
span { border-color: #90AEE0; }
span { border-color: rgb(144,174,224); }
td.TdClassName
{
border-color: #90AEE0;
}
.TagClassName
{
border-color: #90AEE0;
}
</style>