Shades of Polo Blue #99B8CF
Tints of Polo Blue #99B8CF
RGB
CMYK
RGB Variations
Color information
#99B8CF (or 0x99B8CF) is known color: Polo Blue. HEX triplet: 99, B8 and CF. RGB value is (153,184,207). Sum of RGB (Red+Green+Blue) = 153+184+207=544 (72% of max value = 765). Red value is 153 (60.16% from 255 or 28.12% from 544); Green value is 184 (72.27% from 255 or 33.82% from 544); Blue value is 207 (81.25% from 255 or 38.05% from 544); Max value from RGB is 207 - color contains mainly: blue. Hex color #99B8CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99B8CF is #664730. Grayscale: #B1B1B1. Windows color (decimal): -6702897 or 13613209. OLE color: 13613209.
HSL color Cylindrical-coordinate representation of color #99B8CF: hue angle of 205.56º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99B8CF is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 184 | 207 | - |
| CMYK | 0.26 | 0.11 | 0 | 0.19 |
| HSL | 205.56º | 0.36% | 0.71% | - |
| HSV(B) | 205.56º | 0.26% | 0.81% | - |
| XYZ | 41.54 | 45.56 | 65.64 | - |
| YUV | 177.35 | 144.73 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 184 | 207 | 0.26 | 0.11 | 0 | 0.19 | 205.56 | 0.36 | 0.71 |
| Hex | 99 | B8 | CF | 1A | B | 0 | 13 | CE | 24 | 47 |
| Octal | 231 | 270 | 317 | 32 | 13 | 0 | 23 | 316 | 44 | 107 |
| Binary | 10011001 | 10111000 | 11001111 | 11010 | 1011 | 0 | 10011 | 11001110 | 100100 | 1000111 |
Color Harmonies of #99B8CF
Complementary color
Monochromatic Colors of #99B8CF
Black with #99B8CF
Text Example
Text Example
White with #99B8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B8CF; }
p { color: rgb(153,184,207); }
H1.HeaderClassName
{
color: #99B8CF;
}
.AnyTagClassName
{
color: #99B8CF;
}
</style>
background-color css
<style>
a { background-color: #99B8CF; }
a { background-color: rgb(153,184,207); }
div.DivClassName
{
background-color: #99B8CF;
}
.BgClassName
{
background-color: #99B8CF;
}
</style>
border-color css
<style>
span { border-color: #99B8CF; }
span { border-color: rgb(153,184,207); }
td.TdClassName
{
border-color: #99B8CF;
}
.TagClassName
{
border-color: #99B8CF;
}
</style>