Shades of Polo Blue #8BB3CF
Tints of Polo Blue #8BB3CF
RGB
CMYK
RGB Variations
Color information
#8BB3CF (or 0x8BB3CF) is known color: Polo Blue. HEX triplet: 8B, B3 and CF. RGB value is (139,179,207). Sum of RGB (Red+Green+Blue) = 139+179+207=525 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.48% from 525); Green value is 179 (70.31% from 255 or 34.10% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 207 - color contains mainly: blue. Hex color #8BB3CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BB3CF is #744C30. Grayscale: #AAAAAA. Windows color (decimal): -7621681 or 13611915. OLE color: 13611915.
HSL color Cylindrical-coordinate representation of color #8BB3CF: hue angle of 204.71º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BB3CF is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 179 | 207 | - |
| CMYK | 0.33 | 0.14 | 0 | 0.19 |
| HSL | 204.71º | 0.41% | 0.68% | - |
| HSV(B) | 204.71º | 0.33% | 0.81% | - |
| XYZ | 38.03 | 42.23 | 65.18 | - |
| YUV | 170.23 | 148.75 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 179 | 207 | 0.33 | 0.14 | 0 | 0.19 | 204.71 | 0.41 | 0.68 |
| Hex | 8B | B3 | CF | 21 | E | 0 | 13 | CD | 29 | 44 |
| Octal | 213 | 263 | 317 | 41 | 16 | 0 | 23 | 315 | 51 | 104 |
| Binary | 10001011 | 10110011 | 11001111 | 100001 | 1110 | 0 | 10011 | 11001101 | 101001 | 1000100 |
Color Harmonies of #8BB3CF
Complementary color
Monochromatic Colors of #8BB3CF
Black with #8BB3CF
Text Example
Text Example
White with #8BB3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB3CF; }
p { color: rgb(139,179,207); }
H1.HeaderClassName
{
color: #8BB3CF;
}
.AnyTagClassName
{
color: #8BB3CF;
}
</style>
background-color css
<style>
a { background-color: #8BB3CF; }
a { background-color: rgb(139,179,207); }
div.DivClassName
{
background-color: #8BB3CF;
}
.BgClassName
{
background-color: #8BB3CF;
}
</style>
border-color css
<style>
span { border-color: #8BB3CF; }
span { border-color: rgb(139,179,207); }
td.TdClassName
{
border-color: #8BB3CF;
}
.TagClassName
{
border-color: #8BB3CF;
}
</style>