Shades of Spindle #9FBBD2
Tints of Spindle #9FBBD2
RGB
CMYK
RGB Variations
Color information
#9FBBD2 (or 0x9FBBD2) is known color: Spindle. HEX triplet: 9F, BB and D2. RGB value is (159,187,210). Sum of RGB (Red+Green+Blue) = 159+187+210=556 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.60% from 556); Green value is 187 (73.44% from 255 or 33.63% from 556); Blue value is 210 (82.42% from 255 or 37.77% from 556); Max value from RGB is 210 - color contains mainly: blue. Hex color #9FBBD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBBD2 is #60442D. Grayscale: #B5B5B5. Windows color (decimal): -6308910 or 13810591. OLE color: 13810591.
HSL color Cylindrical-coordinate representation of color #9FBBD2: hue angle of 207.06º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9FBBD2 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 159 | 187 | 210 | - |
| CMYK | 0.24 | 0.11 | 0 | 0.18 |
| HSL | 207.06º | 0.36% | 0.72% | - |
| HSV(B) | 207.06º | 0.24% | 0.82% | - |
| XYZ | 43.7 | 47.56 | 67.85 | - |
| YUV | 181.25 | 144.22 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 187 | 210 | 0.24 | 0.11 | 0 | 0.18 | 207.06 | 0.36 | 0.72 |
| Hex | 9F | BB | D2 | 18 | B | 0 | 12 | CF | 24 | 48 |
| Octal | 237 | 273 | 322 | 30 | 13 | 0 | 22 | 317 | 44 | 110 |
| Binary | 10011111 | 10111011 | 11010010 | 11000 | 1011 | 0 | 10010 | 11001111 | 100100 | 1001000 |
Color Harmonies of #9FBBD2
Complementary color
Monochromatic Colors of #9FBBD2
Black with #9FBBD2
Text Example
Text Example
White with #9FBBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBBD2; }
p { color: rgb(159,187,210); }
H1.HeaderClassName
{
color: #9FBBD2;
}
.AnyTagClassName
{
color: #9FBBD2;
}
</style>
background-color css
<style>
a { background-color: #9FBBD2; }
a { background-color: rgb(159,187,210); }
div.DivClassName
{
background-color: #9FBBD2;
}
.BgClassName
{
background-color: #9FBBD2;
}
</style>
border-color css
<style>
span { border-color: #9FBBD2; }
span { border-color: rgb(159,187,210); }
td.TdClassName
{
border-color: #9FBBD2;
}
.TagClassName
{
border-color: #9FBBD2;
}
</style>