#87CCCD

Color #87CCCD Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spray #87CCCD

Tints of Spray #87CCCD

Color information

#87CCCD (or 0x87CCCD) is unknown color: approx Spray. HEX triplet: 87, CC and CD. RGB value is (135,204,205). Sum of RGB (Red+Green+Blue) = 135+204+205=544 (72% of max value = 765). Red value is 135 (53.12% from 255 or 24.82% from 544); Green value is 204 (80.08% from 255 or 37.5% from 544); Blue value is 205 (80.47% from 255 or 37.68% from 544); Max value from RGB is 205 - color contains mainly: blue. Hex color #87CCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87CCCD is #783332. Grayscale: #B7B7B7. Windows color (decimal): -7877427 or 13487239. OLE color: 13487239.

HSL color Cylindrical-coordinate representation of color #87CCCD: hue angle of 180.86º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #87CCCD is Cyan = 0.34, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB135204205-
CMYK0.340.0000.20
HSL180.86º41.18%66.67%-
HSV(B)180.86º34.15%80.39%-
XYZ42.652.7465.69-
YUV183.48140.1493.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 135 (53.12% from 255) = 24.82%
GREEN value IS 204 (80.08% from 255) = 37.5%
BLUE value IS 205 (80.47% from 255) = 37.68%
R=24.82%
G=37.5%
B=37.68%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1352042050.340.0000.20180.8641.1866.67
Hex87CCCD220014b52943
Octal20731431542002426551103
Binary1000011111001100110011011000100010100101101011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87CCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87CCCD; }

 p { color: rgb(135,204,205); }

 H1.HeaderClassName
 {
   color: #87CCCD;
 }
 .AnyTagClassName
 {
   color: #87CCCD;
 }
</style>
background-color css

<style>
 a { background-color: #87CCCD; }

 a { background-color: rgb(135,204,205); }

 div.DivClassName
 {
   background-color: #87CCCD;
 }
 .BgClassName
 {
   background-color: #87CCCD;
 }
</style>
border-color css

<style>
 span { border-color: #87CCCD; }

 span { border-color: rgb(135,204,205); }

 td.TdClassName
 {
   border-color: #87CCCD;
 }
 .TagClassName
 {
   border-color: #87CCCD;
 }
</style>