Html Css Color HEX #87DCE0 Spray

📋 copy color: '#87DCE0'

red 135 ◦ green 220 ◦ blue 224

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

Shades of Spray #87DCE0

Tints of Spray #87DCE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.69%

R = 23.32%
G = 38%
B = 38.69%

CMYK

 C value IS 0.40

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#87DCE0 (or 0x87DCE0) is known color: Spray. HEX triplet: 87, DC and E0. RGB value is (135,220,224). Sum of RGB (Red+Green+Blue) = 135+220+224=579 (76% of max value = 765). Red value is 135 (53.12% from 255 or 23.32% from 579); Green value is 220 (86.33% from 255 or 38.00% from 579); Blue value is 224 (87.89% from 255 or 38.69% from 579); Max value from RGB is 224 - color contains mainly: blue. Hex color #87DCE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87DCE0 is #78231F. Grayscale: #C2C2C2. Windows color (decimal): -7873312 or 14736519. OLE color: 14736519.

HSL color Cylindrical-coordinate representation of color #87DCE0: hue angle of 182.7º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #87DCE0 is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 135 220 224 -
CMYK 0.40 0.02 0 0.12
HSL 182.7º 0.59% 0.7% -
HSV(B) 182.7º 0.4% 0.88% -
XYZ 49.04 61.72 79.85 -
YUV 195.04 144.34 85.17 -
System Red Green Blue C M Y K H S L
Decimal 135 220 224 0.40 0.02 0 0.12 182.7 0.59 0.7
Hex 87 DC E0 28 2 0 C B7 3B 46
Octal 207 334 340 50 2 0 14 267 73 106
Binary 10000111 11011100 11100000 101000 10 0 1100 10110111 111011 1000110

Color Harmonies of #87DCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87DCE0

Black with #87DCE0

Text Example


Text Example

White with #87DCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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