Shades of Spindle #9EBBD2
Tints of Spindle #9EBBD2
RGB
CMYK
RGB Variations
Color information
#9EBBD2 (or 0x9EBBD2) is known color: Spindle. HEX triplet: 9E, BB and D2. RGB value is (158,187,210). Sum of RGB (Red+Green+Blue) = 158+187+210=555 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.47% from 555); Green value is 187 (73.44% from 255 or 33.69% from 555); Blue value is 210 (82.42% from 255 or 37.84% from 555); Max value from RGB is 210 - color contains mainly: blue. Hex color #9EBBD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBBD2 is #61442D. Grayscale: #B4B4B4. Windows color (decimal): -6374446 or 13810590. OLE color: 13810590.
HSL color Cylindrical-coordinate representation of color #9EBBD2: hue angle of 206.54º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9EBBD2 is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 158 | 187 | 210 | - |
| CMYK | 0.25 | 0.11 | 0 | 0.18 |
| HSL | 206.54º | 0.37% | 0.72% | - |
| HSV(B) | 206.54º | 0.25% | 0.82% | - |
| XYZ | 43.5 | 47.46 | 67.84 | - |
| YUV | 180.95 | 144.39 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 187 | 210 | 0.25 | 0.11 | 0 | 0.18 | 206.54 | 0.37 | 0.72 |
| Hex | 9E | BB | D2 | 19 | B | 0 | 12 | CF | 25 | 48 |
| Octal | 236 | 273 | 322 | 31 | 13 | 0 | 22 | 317 | 45 | 110 |
| Binary | 10011110 | 10111011 | 11010010 | 11001 | 1011 | 0 | 10010 | 11001111 | 100101 | 1001000 |
Color Harmonies of #9EBBD2
Complementary color
Monochromatic Colors of #9EBBD2
Black with #9EBBD2
Text Example
Text Example
White with #9EBBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBBD2; }
p { color: rgb(158,187,210); }
H1.HeaderClassName
{
color: #9EBBD2;
}
.AnyTagClassName
{
color: #9EBBD2;
}
</style>
background-color css
<style>
a { background-color: #9EBBD2; }
a { background-color: rgb(158,187,210); }
div.DivClassName
{
background-color: #9EBBD2;
}
.BgClassName
{
background-color: #9EBBD2;
}
</style>
border-color css
<style>
span { border-color: #9EBBD2; }
span { border-color: rgb(158,187,210); }
td.TdClassName
{
border-color: #9EBBD2;
}
.TagClassName
{
border-color: #9EBBD2;
}
</style>