Html Css Color HEX #87C1DC Spray

📋 copy color: '#87C1DC'

red 135 ◦ green 193 ◦ blue 220

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

Shades of Spray #87C1DC

Tints of Spray #87C1DC

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.22%

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

R = 24.64%
G = 35.22%
B = 40.15%

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

#87C1DC (or 0x87C1DC) is known color: Spray. HEX triplet: 87, C1 and DC. RGB value is (135,193,220). Sum of RGB (Red+Green+Blue) = 135+193+220=548 (72% of max value = 765). Red value is 135 (53.12% from 255 or 24.64% from 548); Green value is 193 (75.78% from 255 or 35.22% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 220 - color contains mainly: blue. Hex color #87C1DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87C1DC is #783E23. Grayscale: #B2B2B2. Windows color (decimal): -7880228 or 14467463. OLE color: 14467463.

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

Color convert

RGB 135 193 220 -
CMYK 0.39 0.12 0 0.14
HSL 199.06º 0.55% 0.7% -
HSV(B) 199.06º 0.39% 0.86% -
XYZ 41.98 48.46 74.85 -
YUV 178.74 151.28 96.8 -
System Red Green Blue C M Y K H S L
Decimal 135 193 220 0.39 0.12 0 0.14 199.06 0.55 0.7
Hex 87 C1 DC 27 C 0 E C7 37 46
Octal 207 301 334 47 14 0 16 307 67 106
Binary 10000111 11000001 11011100 100111 1100 0 1110 11000111 110111 1000110

Color Harmonies of #87C1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87C1DC

Black with #87C1DC

Text Example


Text Example

White with #87C1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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