#87CBCF

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

Shades of Spray #87CBCF

Tints of Spray #87CBCF

Color information

#87CBCF (or 0x87CBCF) is unknown color: approx Spray. HEX triplet: 87, CB and CF. RGB value is (135,203,207). Sum of RGB (Red+Green+Blue) = 135+203+207=545 (72% of max value = 765). Red value is 135 (53.12% from 255 or 24.77% from 545); Green value is 203 (79.69% from 255 or 37.25% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 207 - color contains mainly: blue. Hex color #87CBCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87CBCF is #783430. Grayscale: #B7B7B7. Windows color (decimal): -7877681 or 13618055. OLE color: 13618055.

HSL color Cylindrical-coordinate representation of color #87CBCF: hue angle of 183.33º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #87CBCF is Cyan = 0.35, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB135203207-
CMYK0.350.0200.19
HSL183.33º42.86%67.06%-
HSV(B)183.33º34.78%81.18%-
XYZ42.6152.3766.89-
YUV183.12141.4793.67-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.77%
GREEN value IS 203 (79.69% from 255) = 37.25%
BLUE value IS 207 (81.25% from 255) = 37.98%
R=24.77%
G=37.25%
B=37.98%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1352032070.350.0200.19183.3342.8667.06
Hex87CBCF232013b72b43
Octal20731331743202326753103
Binary10000111110010111100111110001110010011101101111010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87CBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,203,207); }

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

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

 a { background-color: rgb(135,203,207); }

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

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

 span { border-color: rgb(135,203,207); }

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