Shades of Polo Blue #90AFCF
Tints of Polo Blue #90AFCF
RGB
CMYK
RGB Variations
Color information
#90AFCF (or 0x90AFCF) is known color: Polo Blue. HEX triplet: 90, AF and CF. RGB value is (144,175,207). Sum of RGB (Red+Green+Blue) = 144+175+207=526 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.38% from 526); Green value is 175 (68.75% from 255 or 33.27% from 526); Blue value is 207 (81.25% from 255 or 39.35% from 526); Max value from RGB is 207 - color contains mainly: blue. Hex color #90AFCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90AFCF is #6F5030. Grayscale: #A9A9A9. Windows color (decimal): -7295025 or 13610896. OLE color: 13610896.
HSL color Cylindrical-coordinate representation of color #90AFCF: hue angle of 210.48º degrees, saturation: 0.4, 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 #90AFCF is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 175 | 207 | - |
| CMYK | 0.30 | 0.15 | 0 | 0.19 |
| HSL | 210.48º | 0.4% | 0.69% | - |
| HSV(B) | 210.48º | 0.3% | 0.81% | - |
| XYZ | 38.09 | 41.09 | 64.96 | - |
| YUV | 169.38 | 149.23 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 175 | 207 | 0.30 | 0.15 | 0 | 0.19 | 210.48 | 0.4 | 0.69 |
| Hex | 90 | AF | CF | 1E | F | 0 | 13 | D2 | 28 | 45 |
| Octal | 220 | 257 | 317 | 36 | 17 | 0 | 23 | 322 | 50 | 105 |
| Binary | 10010000 | 10101111 | 11001111 | 11110 | 1111 | 0 | 10011 | 11010010 | 101000 | 1000101 |
Color Harmonies of #90AFCF
Complementary color
Monochromatic Colors of #90AFCF
Black with #90AFCF
Text Example
Text Example
White with #90AFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AFCF; }
p { color: rgb(144,175,207); }
H1.HeaderClassName
{
color: #90AFCF;
}
.AnyTagClassName
{
color: #90AFCF;
}
</style>
background-color css
<style>
a { background-color: #90AFCF; }
a { background-color: rgb(144,175,207); }
div.DivClassName
{
background-color: #90AFCF;
}
.BgClassName
{
background-color: #90AFCF;
}
</style>
border-color css
<style>
span { border-color: #90AFCF; }
span { border-color: rgb(144,175,207); }
td.TdClassName
{
border-color: #90AFCF;
}
.TagClassName
{
border-color: #90AFCF;
}
</style>