Html Css Color HEX #87D3DC Spray

📋 copy color: '#87D3DC'

red 135 ◦ green 211 ◦ blue 220

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

Shades of Spray #87D3DC

Tints of Spray #87D3DC

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.28%

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

R = 23.85%
G = 37.28%
B = 38.87%

CMYK

 C value IS 0.39

 M value IS 0.04

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#87D3DC (or 0x87D3DC) is known color: Spray. HEX triplet: 87, D3 and DC. RGB value is (135,211,220). Sum of RGB (Red+Green+Blue) = 135+211+220=566 (74% of max value = 765). Red value is 135 (53.12% from 255 or 23.85% from 566); Green value is 211 (82.81% from 255 or 37.28% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 220 - color contains mainly: blue. Hex color #87D3DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87D3DC is #782C23. Grayscale: #BDBDBD. Windows color (decimal): -7875620 or 14472071. OLE color: 14472071.

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

Color convert

RGB 135 211 220 -
CMYK 0.39 0.04 0 0.14
HSL 186.35º 0.55% 0.7% -
HSV(B) 186.35º 0.39% 0.86% -
XYZ 46.2 56.91 76.26 -
YUV 189.3 145.32 89.27 -
System Red Green Blue C M Y K H S L
Decimal 135 211 220 0.39 0.04 0 0.14 186.35 0.55 0.7
Hex 87 D3 DC 27 4 0 E BA 37 46
Octal 207 323 334 47 4 0 16 272 67 106
Binary 10000111 11010011 11011100 100111 100 0 1110 10111010 110111 1000110

Color Harmonies of #87D3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87D3DC

Black with #87D3DC

Text Example


Text Example

White with #87D3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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