Html Css Color HEX #87DCDC Spray

📋 copy color: '#87DCDC'

red 135 ◦ green 220 ◦ blue 220

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

Shades of Spray #87DCDC

Tints of Spray #87DCDC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.26%

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

R = 23.48%
G = 38.26%
B = 38.26%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#87DCDC (or 0x87DCDC) is known color: Spray. HEX triplet: 87, DC and DC. RGB value is (135,220,220). Sum of RGB (Red+Green+Blue) = 135+220+220=575 (76% of max value = 765). Red value is 135 (53.12% from 255 or 23.48% from 575); Green value is 220 (86.33% from 255 or 38.26% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #87DCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87DCDC is #782323. Grayscale: #C2C2C2. Windows color (decimal): -7873316 or 14474375. OLE color: 14474375.

HSL color Cylindrical-coordinate representation of color #87DCDC: hue angle of 180º 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 #87DCDC is Cyan = 0.39, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 135 220 220 -
CMYK 0.39 0 0 0.14
HSL 180º 0.55% 0.7% -
HSV(B) 180º 0.39% 0.86% -
XYZ 48.5 61.5 77.03 -
YUV 194.59 142.34 85.5 -
System Red Green Blue C M Y K H S L
Decimal 135 220 220 0.39 0 0 0.14 180 0.55 0.7
Hex 87 DC DC 27 0 0 E B4 37 46
Octal 207 334 334 47 0 0 16 264 67 106
Binary 10000111 11011100 11011100 100111 0 0 1110 10110100 110111 1000110

Color Harmonies of #87DCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87DCDC

Black with #87DCDC

Text Example


Text Example

White with #87DCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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