Shades of Spray #87C8CB
Tints of Spray #87C8CB
RGB
CMYK
RGB Variations
Color information
#87C8CB (or 0x87C8CB) is known color: Spray. HEX triplet: 87, C8 and CB. RGB value is (135,200,203). Sum of RGB (Red+Green+Blue) = 135+200+203=538 (71% of max value = 765). Red value is 135 (53.12% from 255 or 25.09% from 538); Green value is 200 (78.52% from 255 or 37.17% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 203 - color contains mainly: blue. Hex color #87C8CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87C8CB is #783734. Grayscale: #B4B4B4. Windows color (decimal): -7878453 or 13355143. OLE color: 13355143.
HSL color Cylindrical-coordinate representation of color #87C8CB: hue angle of 182.65º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #87C8CB is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 135 | 200 | 203 | - |
| CMYK | 0.33 | 0.01 | 0 | 0.20 |
| HSL | 182.65º | 0.4% | 0.66% | - |
| HSV(B) | 182.65º | 0.33% | 0.8% | - |
| XYZ | 41.43 | 50.77 | 64.12 | - |
| YUV | 180.91 | 140.47 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 200 | 203 | 0.33 | 0.01 | 0 | 0.20 | 182.65 | 0.4 | 0.66 |
| Hex | 87 | C8 | CB | 21 | 1 | 0 | 14 | B7 | 28 | 42 |
| Octal | 207 | 310 | 313 | 41 | 1 | 0 | 24 | 267 | 50 | 102 |
| Binary | 10000111 | 11001000 | 11001011 | 100001 | 1 | 0 | 10100 | 10110111 | 101000 | 1000010 |
Color Harmonies of #87C8CB
Complementary color
Monochromatic Colors of #87C8CB
Black with #87C8CB
Text Example
Text Example
White with #87C8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C8CB; }
p { color: rgb(135,200,203); }
H1.HeaderClassName
{
color: #87C8CB;
}
.AnyTagClassName
{
color: #87C8CB;
}
</style>
background-color css
<style>
a { background-color: #87C8CB; }
a { background-color: rgb(135,200,203); }
div.DivClassName
{
background-color: #87C8CB;
}
.BgClassName
{
background-color: #87C8CB;
}
</style>
border-color css
<style>
span { border-color: #87C8CB; }
span { border-color: rgb(135,200,203); }
td.TdClassName
{
border-color: #87C8CB;
}
.TagClassName
{
border-color: #87C8CB;
}
</style>