Html Css Color HEX #87D8DC Spray

📋 copy color: '#87D8DC'

red 135 ◦ green 216 ◦ blue 220

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

Shades of Spray #87D8DC

Tints of Spray #87D8DC

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.83%

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

R = 23.64%
G = 37.83%
B = 38.53%

CMYK

 C value IS 0.39

 M value IS 0.02

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#87D8DC (or 0x87D8DC) is known color: Spray. HEX triplet: 87, D8 and DC. RGB value is (135,216,220). Sum of RGB (Red+Green+Blue) = 135+216+220=571 (75% of max value = 765). Red value is 135 (53.12% from 255 or 23.64% from 571); Green value is 216 (84.77% from 255 or 37.83% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: blue. Hex color #87D8DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87D8DC is #782723. Grayscale: #C0C0C0. Windows color (decimal): -7874340 or 14473351. OLE color: 14473351.

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

Color convert

RGB 135 216 220 -
CMYK 0.39 0.02 0 0.14
HSL 182.82º 0.55% 0.7% -
HSV(B) 182.82º 0.39% 0.86% -
XYZ 47.47 59.43 76.68 -
YUV 192.24 143.66 87.17 -
System Red Green Blue C M Y K H S L
Decimal 135 216 220 0.39 0.02 0 0.14 182.82 0.55 0.7
Hex 87 D8 DC 27 2 0 E B7 37 46
Octal 207 330 334 47 2 0 16 267 67 106
Binary 10000111 11011000 11011100 100111 10 0 1110 10110111 110111 1000110

Color Harmonies of #87D8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87D8DC

Black with #87D8DC

Text Example


Text Example

White with #87D8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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