Html Css Color HEX #87C0DA Spray

📋 copy color: '#87C0DA'

red 135 ◦ green 192 ◦ blue 218

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

Shades of Spray #87C0DA

Tints of Spray #87C0DA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.23%

 BLUE value IS 218 (85.55% from 255) = 40%

R = 24.77%
G = 35.23%
B = 40%

CMYK

 C value IS 0.38

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#87C0DA (or 0x87C0DA) is known color: Spray. HEX triplet: 87, C0 and DA. RGB value is (135,192,218). Sum of RGB (Red+Green+Blue) = 135+192+218=545 (72% of max value = 765). Red value is 135 (53.12% from 255 or 24.77% from 545); Green value is 192 (75.39% from 255 or 35.23% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 218 - color contains mainly: blue. Hex color #87C0DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87C0DA is #783F25. Grayscale: #B1B1B1. Windows color (decimal): -7880486 or 14336135. OLE color: 14336135.

HSL color Cylindrical-coordinate representation of color #87C0DA: hue angle of 198.8º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #87C0DA is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 135 192 218 -
CMYK 0.38 0.12 0 0.15
HSL 198.8º 0.53% 0.69% -
HSV(B) 198.8º 0.38% 0.85% -
XYZ 41.5 47.91 73.39 -
YUV 177.92 150.62 97.39 -
System Red Green Blue C M Y K H S L
Decimal 135 192 218 0.38 0.12 0 0.15 198.8 0.53 0.69
Hex 87 C0 DA 26 C 0 F C7 35 45
Octal 207 300 332 46 14 0 17 307 65 105
Binary 10000111 11000000 11011010 100110 1100 0 1111 11000111 110101 1000101

Color Harmonies of #87C0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87C0DA

Black with #87C0DA

Text Example


Text Example

White with #87C0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,192,218); }

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

background-color css

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

 a { background-color: rgb(135,192,218); }

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

border-color css

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

 span { border-color: rgb(135,192,218); }

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