Shades of Polo Blue #8FB9D2
Tints of Polo Blue #8FB9D2
RGB
CMYK
RGB Variations
Color information
#8FB9D2 (or 0x8FB9D2) is known color: Polo Blue. HEX triplet: 8F, B9 and D2. RGB value is (143,185,210). Sum of RGB (Red+Green+Blue) = 143+185+210=538 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.58% from 538); Green value is 185 (72.66% from 255 or 34.39% from 538); Blue value is 210 (82.42% from 255 or 39.03% from 538); Max value from RGB is 210 - color contains mainly: blue. Hex color #8FB9D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FB9D2 is #70462D. Grayscale: #AFAFAF. Windows color (decimal): -7357998 or 13810063. OLE color: 13810063.
HSL color Cylindrical-coordinate representation of color #8FB9D2: hue angle of 202.39º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8FB9D2 is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 143 | 185 | 210 | - |
| CMYK | 0.32 | 0.12 | 0 | 0.18 |
| HSL | 202.39º | 0.43% | 0.69% | - |
| HSV(B) | 202.39º | 0.32% | 0.82% | - |
| XYZ | 40.31 | 45.19 | 67.57 | - |
| YUV | 175.29 | 147.59 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 185 | 210 | 0.32 | 0.12 | 0 | 0.18 | 202.39 | 0.43 | 0.69 |
| Hex | 8F | B9 | D2 | 20 | C | 0 | 12 | CA | 2B | 45 |
| Octal | 217 | 271 | 322 | 40 | 14 | 0 | 22 | 312 | 53 | 105 |
| Binary | 10001111 | 10111001 | 11010010 | 100000 | 1100 | 0 | 10010 | 11001010 | 101011 | 1000101 |
Color Harmonies of #8FB9D2
Complementary color
Monochromatic Colors of #8FB9D2
Black with #8FB9D2
Text Example
Text Example
White with #8FB9D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB9D2; }
p { color: rgb(143,185,210); }
H1.HeaderClassName
{
color: #8FB9D2;
}
.AnyTagClassName
{
color: #8FB9D2;
}
</style>
background-color css
<style>
a { background-color: #8FB9D2; }
a { background-color: rgb(143,185,210); }
div.DivClassName
{
background-color: #8FB9D2;
}
.BgClassName
{
background-color: #8FB9D2;
}
</style>
border-color css
<style>
span { border-color: #8FB9D2; }
span { border-color: rgb(143,185,210); }
td.TdClassName
{
border-color: #8FB9D2;
}
.TagClassName
{
border-color: #8FB9D2;
}
</style>