Shades of Polo Blue #90AFDF
Tints of Polo Blue #90AFDF
RGB
CMYK
RGB Variations
Color information
#90AFDF (or 0x90AFDF) is known color: Polo Blue. HEX triplet: 90, AF and DF. RGB value is (144,175,223). Sum of RGB (Red+Green+Blue) = 144+175+223=542 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.57% from 542); Green value is 175 (68.75% from 255 or 32.29% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #90AFDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90AFDF is #6F5020. Grayscale: #AAAAAA. Windows color (decimal): -7295009 or 14659472. OLE color: 14659472.
HSL color Cylindrical-coordinate representation of color #90AFDF: hue angle of 216.46º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90AFDF is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 175 | 223 | - |
| CMYK | 0.35 | 0.22 | 0 | 0.13 |
| HSL | 216.46º | 0.55% | 0.72% | - |
| HSV(B) | 216.46º | 0.35% | 0.87% | - |
| XYZ | 40.15 | 41.92 | 75.79 | - |
| YUV | 171.2 | 157.23 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 175 | 223 | 0.35 | 0.22 | 0 | 0.13 | 216.46 | 0.55 | 0.72 |
| Hex | 90 | AF | DF | 23 | 16 | 0 | D | D8 | 37 | 48 |
| Octal | 220 | 257 | 337 | 43 | 26 | 0 | 15 | 330 | 67 | 110 |
| Binary | 10010000 | 10101111 | 11011111 | 100011 | 10110 | 0 | 1101 | 11011000 | 110111 | 1001000 |
Color Harmonies of #90AFDF
Complementary color
Monochromatic Colors of #90AFDF
Black with #90AFDF
Text Example
Text Example
White with #90AFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AFDF; }
p { color: rgb(144,175,223); }
H1.HeaderClassName
{
color: #90AFDF;
}
.AnyTagClassName
{
color: #90AFDF;
}
</style>
background-color css
<style>
a { background-color: #90AFDF; }
a { background-color: rgb(144,175,223); }
div.DivClassName
{
background-color: #90AFDF;
}
.BgClassName
{
background-color: #90AFDF;
}
</style>
border-color css
<style>
span { border-color: #90AFDF; }
span { border-color: rgb(144,175,223); }
td.TdClassName
{
border-color: #90AFDF;
}
.TagClassName
{
border-color: #90AFDF;
}
</style>