Html Css Color HEX #87C2CD Spray

📋 copy color: '#87C2CD'

red 135 ◦ green 194 ◦ blue 205

#87C2CD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spray #87C2CD

Tints of Spray #87C2CD

RGB

 RED value IS 135 (53.13% from 255) = 25.28%

 GREEN value IS 194 (76.17% from 255) = 36.33%

 BLUE value IS 205 (80.47% from 255) = 38.39%

R = 25.28%
G = 36.33%
B = 38.39%

CMYK

 C value IS 0.34

 M value IS 0.05

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#87C2CD (or 0x87C2CD) is known color: Spray. HEX triplet: 87, C2 and CD. RGB value is (135,194,205). Sum of RGB (Red+Green+Blue) = 135+194+205=534 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.28% from 534); Green value is 194 (76.17% from 255 or 36.33% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 205 - color contains mainly: blue. Hex color #87C2CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87C2CD is #783D32. Grayscale: #B1B1B1. Windows color (decimal): -7879987 or 13484679. OLE color: 13484679.

HSL color Cylindrical-coordinate representation of color #87C2CD: hue angle of 189.43º 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 #87C2CD is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 135 194 205 -
CMYK 0.34 0.05 0 0.20
HSL 189.43º 0.41% 0.67% -
HSV(B) 189.43º 0.34% 0.8% -
XYZ 40.3 48.14 64.93 -
YUV 177.61 143.45 97.61 -
System Red Green Blue C M Y K H S L
Decimal 135 194 205 0.34 0.05 0 0.20 189.43 0.41 0.67
Hex 87 C2 CD 22 5 0 14 BD 29 43
Octal 207 302 315 42 5 0 24 275 51 103
Binary 10000111 11000010 11001101 100010 101 0 10100 10111101 101001 1000011

Color Harmonies of #87C2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87C2CD

Black with #87C2CD

Text Example


Text Example

White with #87C2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #87C2CD;
 }
 .AnyTagClassName
 {
   color: #87C2CD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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