Shades of Polo Blue #97B7DA
Tints of Polo Blue #97B7DA
RGB
CMYK
RGB Variations
Color information
#97B7DA (or 0x97B7DA) is known color: Polo Blue. HEX triplet: 97, B7 and DA. RGB value is (151,183,218). Sum of RGB (Red+Green+Blue) = 151+183+218=552 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.36% from 552); Green value is 183 (71.88% from 255 or 33.15% from 552); Blue value is 218 (85.55% from 255 or 39.49% from 552); Max value from RGB is 218 - color contains mainly: blue. Hex color #97B7DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97B7DA is #684825. Grayscale: #B1B1B1. Windows color (decimal): -6834214 or 14333847. OLE color: 14333847.
HSL color Cylindrical-coordinate representation of color #97B7DA: hue angle of 211.34º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #97B7DA is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 151 | 183 | 218 | - |
CMYK | 0.31 | 0.16 | 0 | 0.15 |
HSL | 211.34º | 0.48% | 0.72% | - |
HSV(B) | 211.34º | 0.31% | 0.85% | - |
XYZ | 42.35 | 45.51 | 72.88 | - |
YUV | 177.42 | 150.9 | 109.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 151 | 183 | 218 | 0.31 | 0.16 | 0 | 0.15 | 211.34 | 0.48 | 0.72 |
Hex | 97 | B7 | DA | 1F | 10 | 0 | F | D3 | 30 | 48 |
Octal | 227 | 267 | 332 | 37 | 20 | 0 | 17 | 323 | 60 | 110 |
Binary | 10010111 | 10110111 | 11011010 | 11111 | 10000 | 0 | 1111 | 11010011 | 110000 | 1001000 |
Color Harmonies of #97B7DA
Complementary color
Monochromatic Colors of #97B7DA
Black with #97B7DA
Text Example
Text Example
White with #97B7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97B7DA; }
p { color: rgb(151,183,218); }
H1.HeaderClassName
{
color: #97B7DA;
}
.AnyTagClassName
{
color: #97B7DA;
}
</style>
background-color css
<style>
a { background-color: #97B7DA; }
a { background-color: rgb(151,183,218); }
div.DivClassName
{
background-color: #97B7DA;
}
.BgClassName
{
background-color: #97B7DA;
}
</style>
border-color css
<style>
span { border-color: #97B7DA; }
span { border-color: rgb(151,183,218); }
td.TdClassName
{
border-color: #97B7DA;
}
.TagClassName
{
border-color: #97B7DA;
}
</style>