Shades of Spray #87C9DB
Tints of Spray #87C9DB
RGB
CMYK
RGB Variations
Color information
#87C9DB (or 0x87C9DB) is known color: Spray. HEX triplet: 87, C9 and DB. RGB value is (135,201,219). Sum of RGB (Red+Green+Blue) = 135+201+219=555 (73% of max value = 765). Red value is 135 (53.12% from 255 or 24.32% from 555); Green value is 201 (78.91% from 255 or 36.22% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #87C9DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87C9DB is #783624. Grayscale: #B7B7B7. Windows color (decimal): -7878181 or 14403975. OLE color: 14403975.
HSL color Cylindrical-coordinate representation of color #87C9DB: hue angle of 192.86º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #87C9DB is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 201 | 219 | - |
| CMYK | 0.38 | 0.08 | 0 | 0.14 |
| HSL | 192.86º | 0.54% | 0.69% | - |
| HSV(B) | 192.86º | 0.38% | 0.86% | - |
| XYZ | 43.66 | 52.04 | 74.76 | - |
| YUV | 183.32 | 148.13 | 93.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 201 | 219 | 0.38 | 0.08 | 0 | 0.14 | 192.86 | 0.54 | 0.69 |
| Hex | 87 | C9 | DB | 26 | 8 | 0 | E | C1 | 36 | 45 |
| Octal | 207 | 311 | 333 | 46 | 10 | 0 | 16 | 301 | 66 | 105 |
| Binary | 10000111 | 11001001 | 11011011 | 100110 | 1000 | 0 | 1110 | 11000001 | 110110 | 1000101 |
Color Harmonies of #87C9DB
Complementary color
Monochromatic Colors of #87C9DB
Black with #87C9DB
Text Example
Text Example
White with #87C9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C9DB; }
p { color: rgb(135,201,219); }
H1.HeaderClassName
{
color: #87C9DB;
}
.AnyTagClassName
{
color: #87C9DB;
}
</style>
background-color css
<style>
a { background-color: #87C9DB; }
a { background-color: rgb(135,201,219); }
div.DivClassName
{
background-color: #87C9DB;
}
.BgClassName
{
background-color: #87C9DB;
}
</style>
border-color css
<style>
span { border-color: #87C9DB; }
span { border-color: rgb(135,201,219); }
td.TdClassName
{
border-color: #87C9DB;
}
.TagClassName
{
border-color: #87C9DB;
}
</style>