Shades of Polo Blue #96B8D3
Tints of Polo Blue #96B8D3
RGB
CMYK
RGB Variations
Color information
#96B8D3 (or 0x96B8D3) is known color: Polo Blue. HEX triplet: 96, B8 and D3. RGB value is (150,184,211). Sum of RGB (Red+Green+Blue) = 150+184+211=545 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.52% from 545); Green value is 184 (72.27% from 255 or 33.76% from 545); Blue value is 211 (82.81% from 255 or 38.72% from 545); Max value from RGB is 211 - color contains mainly: blue. Hex color #96B8D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B8D3 is #69472C. Grayscale: #B0B0B0. Windows color (decimal): -6899501 or 13875350. OLE color: 13875350.
HSL color Cylindrical-coordinate representation of color #96B8D3: hue angle of 206.56º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96B8D3 is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 150 | 184 | 211 | - |
| CMYK | 0.29 | 0.13 | 0 | 0.17 |
| HSL | 206.56º | 0.41% | 0.71% | - |
| HSV(B) | 206.56º | 0.29% | 0.83% | - |
| XYZ | 41.48 | 45.47 | 68.22 | - |
| YUV | 176.91 | 147.24 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 184 | 211 | 0.29 | 0.13 | 0 | 0.17 | 206.56 | 0.41 | 0.71 |
| Hex | 96 | B8 | D3 | 1D | D | 0 | 11 | CF | 29 | 47 |
| Octal | 226 | 270 | 323 | 35 | 15 | 0 | 21 | 317 | 51 | 107 |
| Binary | 10010110 | 10111000 | 11010011 | 11101 | 1101 | 0 | 10001 | 11001111 | 101001 | 1000111 |
Color Harmonies of #96B8D3
Complementary color
Monochromatic Colors of #96B8D3
Black with #96B8D3
Text Example
Text Example
White with #96B8D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B8D3; }
p { color: rgb(150,184,211); }
H1.HeaderClassName
{
color: #96B8D3;
}
.AnyTagClassName
{
color: #96B8D3;
}
</style>
background-color css
<style>
a { background-color: #96B8D3; }
a { background-color: rgb(150,184,211); }
div.DivClassName
{
background-color: #96B8D3;
}
.BgClassName
{
background-color: #96B8D3;
}
</style>
border-color css
<style>
span { border-color: #96B8D3; }
span { border-color: rgb(150,184,211); }
td.TdClassName
{
border-color: #96B8D3;
}
.TagClassName
{
border-color: #96B8D3;
}
</style>