Html Css Color HEX #87DEDC Spray

📋 copy color: '#87DEDC'

red 135 ◦ green 222 ◦ blue 220

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

Shades of Spray #87DEDC

Tints of Spray #87DEDC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 38.47%

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

R = 23.4%
G = 38.47%
B = 38.13%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#87DEDC (or 0x87DEDC) is known color: Spray. HEX triplet: 87, DE and DC. RGB value is (135,222,220). Sum of RGB (Red+Green+Blue) = 135+222+220=577 (76% of max value = 765). Red value is 135 (53.12% from 255 or 23.40% from 577); Green value is 222 (87.11% from 255 or 38.47% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 222 - color contains mainly: green. Hex color #87DEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87DEDC is #782123. Grayscale: #C3C3C3. Windows color (decimal): -7872804 or 14474887. OLE color: 14474887.

HSL color Cylindrical-coordinate representation of color #87DEDC: hue angle of 178.62º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #87DEDC is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 135 222 220 -
CMYK 0.39 0 0.01 0.13
HSL 178.62º 0.57% 0.7% -
HSV(B) 178.62º 0.39% 0.87% -
XYZ 49.03 62.56 77.2 -
YUV 195.76 141.68 84.66 -
System Red Green Blue C M Y K H S L
Decimal 135 222 220 0.39 0 0.01 0.13 178.62 0.57 0.7
Hex 87 DE DC 27 0 1 D B3 39 46
Octal 207 336 334 47 0 1 15 263 71 106
Binary 10000111 11011110 11011100 100111 0 1 1101 10110011 111001 1000110

Color Harmonies of #87DEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87DEDC

Black with #87DEDC

Text Example


Text Example

White with #87DEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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