Shades of Polo Blue #97B5DB
Tints of Polo Blue #97B5DB
RGB
CMYK
RGB Variations
Color information
#97B5DB (or 0x97B5DB) is known color: Polo Blue. HEX triplet: 97, B5 and DB. RGB value is (151,181,219). Sum of RGB (Red+Green+Blue) = 151+181+219=551 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.40% from 551); Green value is 181 (71.09% from 255 or 32.85% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 219 - color contains mainly: blue. Hex color #97B5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97B5DB is #684A24. Grayscale: #B0B0B0. Windows color (decimal): -6834725 or 14398871. OLE color: 14398871.
HSL color Cylindrical-coordinate representation of color #97B5DB: hue angle of 213.53º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #97B5DB is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 151 | 181 | 219 | - |
CMYK | 0.31 | 0.17 | 0 | 0.14 |
HSL | 213.53º | 0.49% | 0.73% | - |
HSV(B) | 213.53º | 0.31% | 0.86% | - |
XYZ | 42.07 | 44.74 | 73.44 | - |
YUV | 176.36 | 152.06 | 109.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 151 | 181 | 219 | 0.31 | 0.17 | 0 | 0.14 | 213.53 | 0.49 | 0.73 |
Hex | 97 | B5 | DB | 1F | 11 | 0 | E | D6 | 31 | 49 |
Octal | 227 | 265 | 333 | 37 | 21 | 0 | 16 | 326 | 61 | 111 |
Binary | 10010111 | 10110101 | 11011011 | 11111 | 10001 | 0 | 1110 | 11010110 | 110001 | 1001001 |
Color Harmonies of #97B5DB
Complementary color
Monochromatic Colors of #97B5DB
Black with #97B5DB
Text Example
Text Example
White with #97B5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97B5DB; }
p { color: rgb(151,181,219); }
H1.HeaderClassName
{
color: #97B5DB;
}
.AnyTagClassName
{
color: #97B5DB;
}
</style>
background-color css
<style>
a { background-color: #97B5DB; }
a { background-color: rgb(151,181,219); }
div.DivClassName
{
background-color: #97B5DB;
}
.BgClassName
{
background-color: #97B5DB;
}
</style>
border-color css
<style>
span { border-color: #97B5DB; }
span { border-color: rgb(151,181,219); }
td.TdClassName
{
border-color: #97B5DB;
}
.TagClassName
{
border-color: #97B5DB;
}
</style>