Html Css Color HEX #87C2DC Spray

📋 copy color: '#87C2DC'

red 135 ◦ green 194 ◦ blue 220

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

Shades of Spray #87C2DC

Tints of Spray #87C2DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.07%

R = 24.59%
G = 35.34%
B = 40.07%

CMYK

 C value IS 0.39

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#87C2DC (or 0x87C2DC) is known color: Spray. HEX triplet: 87, C2 and DC. RGB value is (135,194,220). Sum of RGB (Red+Green+Blue) = 135+194+220=549 (72% of max value = 765). Red value is 135 (53.12% from 255 or 24.59% from 549); Green value is 194 (76.17% from 255 or 35.34% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #87C2DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87C2DC is #783D23. Grayscale: #B3B3B3. Windows color (decimal): -7879972 or 14467719. OLE color: 14467719.

HSL color Cylindrical-coordinate representation of color #87C2DC: hue angle of 198.35º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #87C2DC is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 135 194 220 -
CMYK 0.39 0.12 0 0.14
HSL 198.35º 0.55% 0.7% -
HSV(B) 198.35º 0.39% 0.86% -
XYZ 42.2 48.9 74.92 -
YUV 179.32 150.95 96.39 -
System Red Green Blue C M Y K H S L
Decimal 135 194 220 0.39 0.12 0 0.14 198.35 0.55 0.7
Hex 87 C2 DC 27 C 0 E C6 37 46
Octal 207 302 334 47 14 0 16 306 67 106
Binary 10000111 11000010 11011100 100111 1100 0 1110 11000110 110111 1000110

Color Harmonies of #87C2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87C2DC

Black with #87C2DC

Text Example


Text Example

White with #87C2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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