#87CDCF

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

Shades of Spray #87CDCF

Tints of Spray #87CDCF

Color information

#87CDCF (or 0x87CDCF) is unknown color: approx Spray. HEX triplet: 87, CD and CF. RGB value is (135,205,207). Sum of RGB (Red+Green+Blue) = 135+205+207=547 (72% of max value = 765). Red value is 135 (53.12% from 255 or 24.68% from 547); Green value is 205 (80.47% from 255 or 37.48% from 547); Blue value is 207 (81.25% from 255 or 37.84% from 547); Max value from RGB is 207 - color contains mainly: blue. Hex color #87CDCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87CDCF is #783230. Grayscale: #B8B8B8. Windows color (decimal): -7877169 or 13618567. OLE color: 13618567.

HSL color Cylindrical-coordinate representation of color #87CDCF: hue angle of 181.67º 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 #87CDCF is Cyan = 0.35, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB135205207-
CMYK0.350.0100.19
HSL181.67º42.86%67.06%-
HSV(B)181.67º34.78%81.18%-
XYZ43.0953.3267.05-
YUV184.3140.8192.84-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.68%
GREEN value IS 205 (80.47% from 255) = 37.48%
BLUE value IS 207 (81.25% from 255) = 37.84%
R=24.68%
G=37.48%
B=37.84%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1352052070.350.0100.19181.6742.8667.06
Hex87CDCF231013b62b43
Octal20731531743102326653103
Binary1000011111001101110011111000111010011101101101010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87CDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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