Shades of Polo Blue #97B5D0
Tints of Polo Blue #97B5D0
RGB
CMYK
RGB Variations
Color information
#97B5D0 (or 0x97B5D0) is known color: Polo Blue. HEX triplet: 97, B5 and D0. RGB value is (151,181,208). Sum of RGB (Red+Green+Blue) = 151+181+208=540 (71% of max value = 765). Red value is 151 (59.38% from 255 or 27.96% from 540); Green value is 181 (71.09% from 255 or 33.52% from 540); Blue value is 208 (81.64% from 255 or 38.52% from 540); Max value from RGB is 208 - color contains mainly: blue. Hex color #97B5D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97B5D0 is #684A2F. Grayscale: #AEAEAE. Windows color (decimal): -6834736 or 13677975. OLE color: 13677975.
HSL color Cylindrical-coordinate representation of color #97B5D0: hue angle of 208.42º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #97B5D0 is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 151 | 181 | 208 | - |
CMYK | 0.27 | 0.13 | 0 | 0.18 |
HSL | 208.42º | 0.38% | 0.7% | - |
HSV(B) | 208.42º | 0.27% | 0.82% | - |
XYZ | 40.67 | 44.18 | 66.06 | - |
YUV | 175.11 | 146.56 | 110.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 151 | 181 | 208 | 0.27 | 0.13 | 0 | 0.18 | 208.42 | 0.38 | 0.7 |
Hex | 97 | B5 | D0 | 1B | D | 0 | 12 | D0 | 26 | 46 |
Octal | 227 | 265 | 320 | 33 | 15 | 0 | 22 | 320 | 46 | 106 |
Binary | 10010111 | 10110101 | 11010000 | 11011 | 1101 | 0 | 10010 | 11010000 | 100110 | 1000110 |
Color Harmonies of #97B5D0
Complementary color
Monochromatic Colors of #97B5D0
Black with #97B5D0
Text Example
Text Example
White with #97B5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97B5D0; }
p { color: rgb(151,181,208); }
H1.HeaderClassName
{
color: #97B5D0;
}
.AnyTagClassName
{
color: #97B5D0;
}
</style>
background-color css
<style>
a { background-color: #97B5D0; }
a { background-color: rgb(151,181,208); }
div.DivClassName
{
background-color: #97B5D0;
}
.BgClassName
{
background-color: #97B5D0;
}
</style>
border-color css
<style>
span { border-color: #97B5D0; }
span { border-color: rgb(151,181,208); }
td.TdClassName
{
border-color: #97B5D0;
}
.TagClassName
{
border-color: #97B5D0;
}
</style>